Skip to content

Commit de99f13

Browse files
committed
chore: remove console log
1 parent a9d0bd1 commit de99f13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cypress/support/e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// ***********************************************************
1515

1616
// Import commands.js using ES2015 syntax:
17-
import './commands'
17+
import './commands';
1818

1919
// Alternatively you can use CommonJS syntax:
20-
// require('./commands')
20+
// require('./commands')

src/pages/Dashboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ const Dashboard = () => {
179179
};
180180

181181
const getSocketPath = () => {
182-
console.log(directory, selectedNetwork);
183182
if (!directory || !selectedNetwork) {
184183
return;
185184
}

0 commit comments

Comments
 (0)