Skip to content

Commit

Permalink
Cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clipperhouse committed Jun 13, 2020
1 parent 7ed7a12 commit 9dff2f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions words/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,6 @@ func TestScanner(t *testing.T) {
func TestUnicodeSegments(t *testing.T) {
var passed, failed int
for _, test := range segment.UnicodeWordTests {
// if strings.Contains(test.Comment, "15") {
// t.Logf("15: %d", i)
// }
// if strings.Contains(test.Comment, "16") {
// t.Logf("16: %d", i)
// }

rv := make([][]byte, 0)
scanner := words.NewScanner(bytes.NewReader(test.Input))
for scanner.Scan() {
Expand Down

0 comments on commit 9dff2f6

Please sign in to comment.