diff application.py @ 168:bfd3a4ef7f2b

Removed left-over debug code that was falsely included in the last commit.
author Beliar <KarstenBock@gmx.net>
date Wed, 22 Feb 2012 12:31:02 +0100
parents b3b82c2aebee
children 67d3f629658f
line wrap: on
line diff
--- a/application.py	Mon Feb 20 16:50:10 2012 +0100
+++ b/application.py	Wed Feb 22 12:31:02 2012 +0100
@@ -116,7 +116,6 @@
         self.manager = FifeManager()
         # KLUDGE M. George Hansen 2011-06-04: See parpg/vfs.py.
         vfs.VFS = self.engine.getVFS()
-        print(vfs.VFS)
         vfs.VFS.addNewSource(setting.get("parpg","DataPath"))
 
         pychan.init(self.engine, debug = True)