summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2015-08-21 19:57:15 +0200
committerSilvan Jegen <s.jegen@gmail.com>2015-08-21 19:57:15 +0200
commit1e3eeb5bc1a935659a5e78f387d2c51e1343984f (patch)
tree93ca164e355824a20abdf103e52cfbb1bd30c6df
parentf1b5b9da5ae2a81eb7b4be95a2faca07beacfd78 (diff)
Remove unneeded code
-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)
}