[IMP] removed unnecessary code

bzr revid: pga@tinyerp.com-20140320094434-4zp7x6dmd27wfza2
This commit is contained in:
Parth Gajjar (Open ERP) 2014-03-20 15:14:34 +05:30
parent a378f547f4
commit e45d9bc7b0
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@
var trans = this.translations.filter(function (t) {
return t.res_id === view_id && t.value === content;
});
console.log(trans);
console.log(this.translations);
if (trans.length) {
node.setAttribute('data-oe-translation-id', trans[0].id);
if(trans[0].state && (trans[0].state == 'inprogress' || trans[0].state == 'to_translate')){