Commit 836ef48f by François C.

Remove trace in odoo/addons/point_of_sale/static/src/js/db.js for QuotaExceeded debug

parent 540be0cd
......@@ -150,8 +150,6 @@ var PosDB = core.Class.extend({
},
/* saves a record store to the database */
save: function(store,data){
console.log(data)
console.log('on stocke une chaine de ' + JSON.stringify(data).length + ' car. dans ' + this.name + '_' + store + ' (' + Date.now() +')')
localStorage[this.name + '_' + store] = JSON.stringify(data);
this.cache[store] = data;
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment