Remove debug print statement

This commit is contained in:
Will Wykeham
2015-08-17 15:41:58 +01:00
parent 8fe97180ed
commit c763595cc4

View File

@@ -56,7 +56,6 @@ class MetaSwap(ContextMenu):
if item.metaGroup is None:
thisgroup = "Tech I"
else:
print item.metaGroup.ID
thisgroup = item.metaGroup.name
if thisgroup != group: