[REM] Removed forgotten console.log

bzr revid: fme@openerp.com-20120312153743-i6qi3fzmondezrdh
This commit is contained in:
Fabien Meghazi 2012-03-12 16:37:43 +01:00
parent 16c9a25c0d
commit ec8c17161c
1 changed files with 0 additions and 1 deletions

View File

@ -3314,7 +3314,6 @@ openerp.web.form.FieldBinaryImage = openerp.web.form.FieldBinary.extend({
this.$element.find('.oe-binary').toggle(!this.readonly);
},
set_value: function(value) {
console.log(value)
this._super.apply(this, arguments);
this.set_image_maxwidth();