Skip to content

Commit

Permalink
Removed console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshwinThomasIBM authored and JoshwinThomasIBM committed Jan 13, 2025
1 parent 11a1f1b commit 41b4909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export function registerFileWatcher(projectProvider: ProjectProvider): void {
const handleUri = async (uri: vscode.Uri) => {
const workspaceFolders = vscode.workspace.workspaceFolders;
if (!workspaceFolders) {
console.log("No workspace folders are open.");
return;
}
for (let folder of workspaceFolders) {
Expand Down

0 comments on commit 41b4909

Please sign in to comment.