diff --git a/options.py b/options.py index c1d22a6..1161fc9 100644 --- a/options.py +++ b/options.py @@ -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]