]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Remove print() output during test 702/head
authorJon Dufresne <jon.dufresne@gmail.com>
Sun, 9 Apr 2017 21:27:27 +0000 (14:27 -0700)
committerJon Dufresne <jon.dufresne@gmail.com>
Sun, 9 Apr 2017 21:29:17 +0000 (14:29 -0700)
Looks like it was left in from debugging.

tests/test_regression.py

index 8bd26788eaf6a19b07d2dd1a4fdb6145a31f5d34..876b41c82c7ff8578f3b95da7d6f5dcea728f42d 100644 (file)
@@ -471,7 +471,6 @@ class TestBug(object):
             ]
         }})
         lines = [x.strip() for x in sm.splitlines() if x.strip()]
-        print(lines)
         assert lines == [
             '<?xml version="1.0" encoding="UTF-8"?>',
             '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">',