Skip to content

Commit

Permalink
nettoyage
Browse files Browse the repository at this point in the history
  • Loading branch information
Heolink committed May 21, 2016
1 parent 1aaa147 commit 6aedd28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ class Setting {
public write(data, callback)
{
data = Vue.util.extend(data, this.data);
console.log(data)
if( data.historyNb > 0 ) {
data.history = true;
} else {
Expand Down

0 comments on commit 6aedd28

Please sign in to comment.