[remove] remove the unused console statement.

bzr revid: nco@tinyerp.com-20120504114741-ik1ft1ln90188tpt
This commit is contained in:
Nimesh (Open ERP) 2012-05-04 17:17:41 +05:30
parent bfe0509846
commit 12f03240ef
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ openerp.event = function(instance){
set_value:function(value){
var self = this;
this.get_address(value).done(function(value){
console.log("value",value,self);
self.__parentedParent.$element.find(".oe_td_border").after(instance.web.qweb.render("address",{'record': value}));
var address = _.str.sprintf(' %(street)s, %(city)s, %(country_id[1])s', value);
return self.list_addresses(address);