Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jan 24, 2020
1 parent 52e49ad commit e938d4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/docs_embeddocs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package cmd

import (
"fmt"
"strings"
)

Expand All @@ -20,7 +19,6 @@ func getDocsFilenames() ([]string, error) {
docsFilenames = append(docsFilenames, strings.TrimPrefix(name, docsPrefix))
}
}
fmt.Printf("docsFilenames=%+v\n", docsFilenames)
return docsFilenames, nil
}

Expand Down

0 comments on commit e938d4c

Please sign in to comment.