Skip to content

Commit cc0e74b

Browse files
committed
remove prints
1 parent 1e5b221 commit cc0e74b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

graphcore/graphcore_test.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -636,13 +636,6 @@ def test_call_filter(self):
636636
#
637637
# this is going to mean we have to ground out for every clause down to
638638
# a rule which takes []
639-
print '*'*80
640-
print gc.explain({
641-
'x.id2': 4,
642-
'x.id3?': None,
643-
'x.id4?': None,
644-
})
645-
print '*'*80
646639
ret = gc.query({
647640
'x.id2==': 4,
648641
'x.id3?': None,

0 commit comments

Comments
 (0)