- Added debug check for module

This commit is contained in:
noisymime 2008-04-09 04:07:56 +00:00
parent 8f45592fe9
commit 4b4392a875
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class MainApp:
#Load all modules
for mods in modules:
#print "Loading mod..."
if self.glossMgr.debug: print "Loading module: %s" % tempMod.title
tempMod = mods.Module(self.glossMgr, self.dbMgr)
title = tempMod.title
#print title