[REM]forgot to remove console.

bzr revid: vme@tinyerp.com-20121001090303-1v1bj0s2sz9baqt1
This commit is contained in:
Vidhin Mehta (OpenERP) 2012-10-01 14:33:03 +05:30
parent 7c701944ec
commit 4c9e07c538
1 changed files with 0 additions and 1 deletions

View File

@ -3531,7 +3531,6 @@ instance.web.form.One2ManyListView = instance.web.ListView.extend({
.bind('remove', this.proxy("changed_records"));
},
start: function () {
console.log("one many list view");
var ret = this._super();
this.$el
.off('mousedown.handleButtons')