summaryrefslogtreecommitdiff
path: root/server/src/parser.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/parser.ts')
-rw-r--r--server/src/parser.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/parser.ts b/server/src/parser.ts
index 4d8c731..e3d51cf 100644
--- a/server/src/parser.ts
+++ b/server/src/parser.ts
@@ -596,7 +596,6 @@ function PackageEndLine(state: ParserState) {
// Resolve the path to the vscode-oniguruma package
const onigurumaPkgPath = path.dirname(require.resolve('vscode-oniguruma/package.json'));
-console.log(onigurumaPkgPath);
// Construct the path to onig.wasm
const onigWasmPath = path.join(onigurumaPkgPath, 'release', 'onig.wasm');
// Read the file