Skip to content

Commit

Permalink
Be more quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 22, 2024
1 parent b0bf81e commit 418b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build_commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const getWorkspace =
for (const lf_file of lf_files) {
await client.onReady();
const ast = await client.sendRequest("parser/ast", lf_file.fsPath);
vscode.window.showInformationMessage("ast: " + JSON.stringify(ast));
// vscode.window.showInformationMessage("ast: " + JSON.stringify(ast));
lf_asts.push(ast);
}
let toml_contents = [];
Expand Down

0 comments on commit 418b0ea

Please sign in to comment.