Skip to content

Commit

Permalink
(Whoops, left some logging statements in there)
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Sep 8, 2024
1 parent 87a9322 commit f64b44f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vendor/web-tree-sitter/tree-sitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2027,9 +2027,7 @@ var TreeSitter = function() {
static init() {
TRANSFER_BUFFER = C._ts_init();
VERSION = getValue(TRANSFER_BUFFER, "i32");
console.log('Version???????', VERSION);
MIN_COMPATIBLE_VERSION = getValue(TRANSFER_BUFFER + SIZE_OF_INT, "i32");
console.log('MIN COMPAT:', MIN_COMPATIBLE_VERSION);
}
initialize() {
C._ts_parser_new_wasm();
Expand Down

0 comments on commit f64b44f

Please sign in to comment.