Skip to content

Commit 08b7433

Browse files
chore: removed logs
1 parent 49a785a commit 08b7433

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/command/GenerateXmlCatalogCommand.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ export default class GenerateXmlCatalogCommand extends Command {
2626
return;
2727
}
2828

29-
console.log('workspaceFolder', workspaceFolder.uri.fsPath);
30-
3129
const catalogLocation = Uri.joinPath(workspaceFolder.uri, '.vscode/magento-catalog.xml');
3230

33-
console.log('catalogLocation', catalogLocation.fsPath);
34-
3531
if (!(await FileSystem.fileExists(catalogLocation))) {
3632
const success = await this.generateCatalog();
3733

0 commit comments

Comments
 (0)