We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaa4d9 commit 97785b3Copy full SHA for 97785b3
tests/test.py
@@ -14,7 +14,6 @@ class TestDuplicatesMethods(unittest.TestCase):
14
def test_duplicates(self):
15
json = get_json('snippets/')
16
triggers = []
17
- print json
18
for snippet in json:
19
trigger = snippet['trigger']
20
if re.search(r'z.', trigger) is None:
0 commit comments