]> git.cworth.org Git - apitrace/commitdiff
snapdiff: Remove debugging print statement.
authorCarl Worth <cworth@cworth.org>
Mon, 9 Apr 2012 18:27:22 +0000 (11:27 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 11 Apr 2012 13:30:03 +0000 (14:30 +0100)
I assume this print statement is just some leftover from
debugging. The output isn't meaningful to the user.

scripts/snapdiff.py

index bf3768646acfceb1e296ebb431e5ab97346ad8cf..53d9f826579f70fcdbbdccf9f33f242e96a024f1 100755 (executable)
@@ -130,7 +130,6 @@ def is_image(path):
     name = os.path.basename(path)
     name, ext1 = os.path.splitext(name)
     name, ext2 = os.path.splitext(name)
-    print name, ext1, ext2
     return ext1 in ('.png', '.bmp') and ext2 not in ('.diff', '.thumb')