Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinscott committed Feb 19, 2024
1 parent 78fdb72 commit e3f1c7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_interactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const _ = require("lodash");
const lark = require("../larkjs/lark.js");
const assert = require('assert');

console.log('lark', lark);

const {
InteractiveParser,
} = lark;
Expand Down

0 comments on commit e3f1c7f

Please sign in to comment.