[FIX] auth_oauth remove console.log

bzr revid: al@openerp.com-20120818171914-fuvq7wh33nkdavli
This commit is contained in:
Antony Lesuisse 2012-08-18 19:19:14 +02:00
parent 297cff0449
commit 11c6cabf19
1 changed files with 0 additions and 2 deletions

View File

@ -21,9 +21,7 @@ openerp.auth_oauth = function(instance) {
},
on_oauth_loaded: function(result) {
this.oauth_providers = result;
console.log(result);
var buttons = QWeb.render("auth_oauth.Login.button",{"widget":this});
console.log(buttons);
this.$(".oe_login_pane form ul").after(buttons);
},
on_oauth_sign_in: function(ev) {