Skip to content

Commit

Permalink
removed errant log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Jul 19, 2019
1 parent 21bf442 commit 1f31a4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions introspection.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ func IntrospectAPI(queryer Queryer) (*ast.Schema, error) {
return nil, err
}

fmt.Println(directive.Locations)

// save the directive definition to the schema
schema.Directives[directive.Name] = &ast.DirectiveDefinition{
Name: directive.Name,
Expand Down

0 comments on commit 1f31a4f

Please sign in to comment.