diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2015-08-21 19:57:15 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2015-08-21 19:57:15 +0200 |
commit | 1e3eeb5bc1a935659a5e78f387d2c51e1343984f (patch) | |
tree | 93ca164e355824a20abdf103e52cfbb1bd30c6df | |
parent | f1b5b9da5ae2a81eb7b4be95a2faca07beacfd78 (diff) |
Remove unneeded code
-rw-r--r-- | gwic.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) } |