Skip to content
Snippets Groups Projects
Commit 815875ac authored by Frédéric van der Essen's avatar Frédéric van der Essen
Browse files

[FIX] pos_loyalty: remove useless console.log()

parent 49b9e59e
Branches
Tags
No related merge requests found
......@@ -19,7 +19,6 @@ models.load_models([
domain: function(self){ return [['id','=',self.config.loyalty_id[0]]]; },
loaded: function(self,loyalties){
self.loyalty = loyalties[0];
console.log('loyalty',self.loyalty);
},
},{
model: 'loyalty.rule',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment