Skip to content

Commit

Permalink
fix debug output (turn off)
Browse files Browse the repository at this point in the history
  • Loading branch information
ironsheep committed Dec 26, 2022
1 parent 70f2baa commit 921c800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spin2/src/spin2.semanticAndOutline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class Spin2ConfigDocumentSymbolProvider implements vscode.DocumentSymbolP
resolve(symbols);
});
}
private spin2OutlineLogEnabled: boolean = true; // WARNING (REMOVE BEFORE FLIGHT)- change to 'false' - disable before commit
private spin2OutlineLogEnabled: boolean = false; // WARNING (REMOVE BEFORE FLIGHT)- change to 'false' - disable before commit
private spin2OutlineLog: any = undefined;

private _logMessage(message: string): void {
Expand Down

0 comments on commit 921c800

Please sign in to comment.