From 1e3eeb5bc1a935659a5e78f387d2c51e1343984f Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Fri, 21 Aug 2015 19:57:15 +0200 Subject: Remove unneeded code --- gwic.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/gwic.go b/gwic.go index 07f9d1a..375a213 100644 --- a/gwic.go +++ b/gwic.go @@ -32,9 +32,6 @@ func printWithContext(all []string, ind, ctxlen int) { slice = append(slice, all[ind+1:ind+ctxlen]...) } - //for _, w := range slice { - //fmt.Printf("%q ", w) - //} fstr := strings.Join(slice, "\t") fmt.Fprintf(tw, "%s\n", fstr) } -- cgit v1.2.1-18-gbd029