summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/file_list.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/file_list.py b/module/file_list.py
index b96c7a63d..cb7336620 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -57,8 +57,6 @@ class File_List(object):
def remove(self, pyfile):
- #pass
-
if pyfile in self.files:
self.files.remove(pyfile)