Skip to content

Commit

Permalink
Removed console.log debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
aceslick911 committed Jun 15, 2020
1 parent de140f8 commit 64db2f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/src/parsers/java/java-parser.js
Expand Up @@ -25,12 +25,10 @@ export default {
},

parse(parser, code) {
console.time('p');
const cst = parser.parse(code);

const clone = JSON.parse(JSON.stringify(cst));

console.timeEnd('p');
return clone;
},

Expand Down

0 comments on commit 64db2f1

Please sign in to comment.