Skip to content

Commit 1eb2afb

Browse files
authored
Update README.md
1 parent f3a8f07 commit 1eb2afb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ func LoadSchemaSDL(filePath string) error {
104104
parser := graphql.NewParser(lexer)
105105
doc := parser.ParseDocument()
106106
schemaDocument = doc
107-
fmt.Printf("Loaded SDL with %d definitions\n", len(doc.Definitions))
108107
return nil
109108
}
110109

0 commit comments

Comments
 (0)