diff options
| -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)  }  | 
