remove debugging js log

This commit is contained in:
Frédéric Péters 2011-12-05 10:58:07 +01:00
parent de53bb0c5d
commit 410e105e26
1 changed files with 2 additions and 4 deletions

View File

@ -159,10 +159,8 @@ def RadioChoiceFieldWidget(field, request):
class OrderedSelectAndAddWidget(OrderedSelectWidget):
implementsOnly(IOrderedSelectAndAddWidget)
formatItem = '''function(row, idx, count, value) { console.log(row, idx,
count, value); return row[1]; }'''
formatResult = '''function(row, idx, count) { console.log("t2", row, idx,
count); return ""; }'''
formatItem = '''function(row, idx, count, value) { return row[1]; }'''
formatResult = '''function(row, idx, count) { return ""; }'''
js_template = """\