Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dittos committed Sep 7, 2015
1 parent e2b284f commit 5403be5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion graphql/core/validation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def enter(self, node, key, parent, path, ancestors):
visit(fragment, self)

if result is False:
print 'leave', node
self.type_info.leave(node)

return result
Expand Down

0 comments on commit 5403be5

Please sign in to comment.