Commit b904e709444956ce7736dbe7b068ebf04cd6792f

Authored by Adhidarma Hadiwinoto
1 parent 81d714d872
Exists in master

DEBUG

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -23,7 +23,7 @@ function push(item) {
23 23  
24 24 function dump() {
25 25 const result = history.toarray();
26   - console.log(JSON.stringify(result, null, 2));
  26 + // console.log(JSON.stringify(result, null, 2));
27 27 return result;
28 28 }
29 29