Commit 739ebd4c authored by Jérome Perrin's avatar Jérome Perrin

remove unintentionnaly commited debug method


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3574 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8d4f39c
......@@ -97,10 +97,6 @@ class SelectionTool( UniqueObject, SimpleItem ):
return self.selection_data[user_id].keys()
return ()
security.declarePublic("debugMonTruc")
def debugMonTruc(self) :
return "<&"
security.declareProtected(ERP5Permissions.View, 'callSelectionFor')
def callSelectionFor(self, selection_name, context=None, REQUEST=None):
if context is None: context = 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