summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gwic.go3
1 files changed, 0 insertions, 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)
}