removed debug print statement

git-svn-id: http://comictagger.googlecode.com/svn/trunk@250 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-12-11 17:59:20 +00:00
parent 7289f6915a
commit 45b94ce1fd

View File

@ -259,7 +259,6 @@ If no options are given, {0} will run in windowed mode
self.file_list = []
for item in args:
self.file_list.extend(glob.glob(item))
print self.file_list
self.filename = self.file_list[0]
else:
self.filename = args[0]