Commit 4c886874 authored by Andreas Jung's avatar Andreas Jung

removed annoying warning

parent c6172d12
......@@ -223,7 +223,6 @@ class Product(Folder, PermissionManager):
try:
self._setObject('Help', ProductHelp('Help', id))
except:
print 'Warning: self._setObject() failed for %s/%s' % (id,title)
pass
def Destination(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment