Removed debug statement.

This commit is contained in:
blitzmann
2014-05-15 00:47:41 -04:00
parent 8a0778662f
commit ee8f514266

View File

@@ -265,7 +265,6 @@ class Fit(object):
for i in xrange(int(amount)):
try:
m = Module(item)
print "module is not subsystem: %s - %s"%(m, m.item.name)
f.modules.append(m)
except:
pass