Skip to content

Commit 43e2c44

Browse files
committed
made some minor fixes and removed console.log
1 parent 58d2b12 commit 43e2c44

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

apps/studio/src/components/Modals/Settings/Project/ConfirmPathUpdate.tsx

Lines changed: 0 additions & 33 deletions
This file was deleted.

apps/studio/src/components/Modals/Settings/Project/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ const ProjectTab = observer(() => {
6363
try {
6464
if (runner?.state === RunState.RUNNING || runner?.state === RunState.SETTING_UP) {
6565
runner?.stop();
66-
return;
6766
}
6867

6968
const result: MoveProjectFolderResponse = await invokeMainChannel(
@@ -90,8 +89,6 @@ const ProjectTab = observer(() => {
9089
});
9190

9291
setShowPathUpdateAlert(false);
93-
console.log('Your control is now in the confirmUpdatePath function ;)');
94-
console.log('Keep going');
9592
} catch (error) {
9693
toast({
9794
title: `${t('projects.dialogs.updatePath.error')}`,

0 commit comments

Comments
 (0)