Skip to content

Commit 13899c8

Browse files
committed
Removed debugging code
1 parent e1ea6b2 commit 13899c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/test_map.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,6 @@ def test_include():
193193
},
194194
})
195195
"""
196-
print(expected)
197-
print("-----")
198-
print(rendered)
199-
200196
assert normalize(expected) in normalize(rendered)
201197

202198

0 commit comments

Comments
 (0)