[FIX] point_of_sale: removed useless console.log()

This commit is contained in:
Frederic van der Essen 2014-07-28 13:27:44 +02:00
parent a27d1a7134
commit bfd66f351b
1 changed files with 0 additions and 1 deletions

View File

@ -406,7 +406,6 @@ function openerp_pos_models(instance, module){ //module is instance.point_of_sal
var flushed = self._flush_orders(self.db.get_orders());
flushed.always(function(ids){
console.log('pushed orders:',ids);
pushed.resolve();
});
});