Skip to content

Commit

Permalink
remove uneeded log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesha Danu committed Sep 17, 2019
1 parent 1cf21c3 commit 416f3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gqlyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func (l *Lexer) Parse() (token.Operation, error) {
}

func (l *Lexer) ParseWithVariables(variables string) (token.Operation, error) {
fmt.Println(variables)

variableMap := make(map[string]interface{})
err := json.Unmarshal([]byte(variables), &variableMap)
Expand Down

0 comments on commit 416f3e3

Please sign in to comment.