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

removed annoying warning

parent c6172d12
...@@ -223,7 +223,6 @@ class Product(Folder, PermissionManager): ...@@ -223,7 +223,6 @@ class Product(Folder, PermissionManager):
try: try:
self._setObject('Help', ProductHelp('Help', id)) self._setObject('Help', ProductHelp('Help', id))
except: except:
print 'Warning: self._setObject() failed for %s/%s' % (id,title)
pass pass
def Destination(self): 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