forked from openlp/openlp
remove prints
This commit is contained in:
parent
1c2dee5a55
commit
13eedc3286
@ -1107,8 +1107,6 @@ class ServiceManager(QtGui.QWidget):
|
||||
# we are over somthing so lets investigate
|
||||
pos = self._getParentItemData(item) - 1
|
||||
serviceItem = self.serviceItems[pos]
|
||||
print plugin, serviceItem[u'service_item'].name
|
||||
print serviceItem[u'service_item'].is_capable(ItemCapabilities.AllowsAdditions)
|
||||
if (plugin == serviceItem[u'service_item'].name and
|
||||
serviceItem[u'service_item'].is_capable(
|
||||
ItemCapabilities.AllowsAdditions)):
|
||||
|
Loading…
Reference in New Issue
Block a user