Skip to content

Commit 9c88fb2

Browse files
committed
drop logger
1 parent 6d10319 commit 9c88fb2

File tree

1 file changed

+0
-1
lines changed
  • packages/selenium-ide/src/main/session/controllers/Projects

1 file changed

+0
-1
lines changed

packages/selenium-ide/src/main/session/controllers/Projects/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export default class ProjectsController {
122122
.stat(filepath)
123123
.then(() => true)
124124
.catch(() => false)
125-
console.log('fileExists', filepath, process.cwd(), __dirname);
126125
if (fileExists) {
127126
const loadedProject = await this.load_v3(filepath)
128127
if (loadedProject) {

0 commit comments

Comments
 (0)