[FIX] remove console.log

bzr revid: al@openerp.com-20121018203118-ufstntp8wshs3fjj
This commit is contained in:
Antony Lesuisse 2012-10-18 22:31:18 +02:00
parent 75735ea1c5
commit 4755454c2a
1 changed files with 0 additions and 1 deletions

View File

@ -439,7 +439,6 @@ instance.web.CallbackEnabledMixin = _.extend({}, instance.web.PropertiesMixin, {
for (var name in this) {
if(typeof(this[name]) == "function") {
if((/^on_|^do_/).test(name)) {
console.log("Proxyfy,",name);
this[name] = callback_maker(this[name]);
}
}