Skip to content

Commit a7882eb

Browse files
committed
Clean up
1 parent 52169ad commit a7882eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cmd/gh-md-toc/main.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package main
33
import (
44
"fmt"
55
"io"
6-
"log"
76
"os"
87

98
"gopkg.in/alecthomas/kingpin.v2"
@@ -64,15 +63,8 @@ func main() {
6463
fmt.Println()
6564
}
6665

67-
// DEBUG BEGIN
68-
log.Printf("*** CHUCK: pathsCount: %+#v", pathsCount)
69-
// DEBUG END
70-
7166
for i := 1; i <= pathsCount; i++ {
7267
toc := <-ch
73-
// DEBUG BEGIN
74-
log.Printf("*** CHUCK: in loop toc: %+#v", toc)
75-
// DEBUG END
7668
// #14, check if there's really TOC?
7769
if toc != nil {
7870
check(toc.Print(os.Stdout))

0 commit comments

Comments
 (0)