We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d10319 commit 9c88fb2Copy full SHA for 9c88fb2
packages/selenium-ide/src/main/session/controllers/Projects/index.ts
@@ -122,7 +122,6 @@ export default class ProjectsController {
122
.stat(filepath)
123
.then(() => true)
124
.catch(() => false)
125
- console.log('fileExists', filepath, process.cwd(), __dirname);
126
if (fileExists) {
127
const loadedProject = await this.load_v3(filepath)
128
if (loadedProject) {
0 commit comments