diff --git a/app/electron/init.html b/app/electron/init.html
index fd63acaa1..5f258dc49 100644
--- a/app/electron/init.html
+++ b/app/electron/init.html
@@ -364,9 +364,6 @@
const {ipcRenderer} = require('electron')
const initPath = result.filePaths[0]
- if (defaultWorkspace !== initPath) {
- fs.rmdirSync(defaultWorkspace, {recursive: true})
- }
if (isICloudPath(initPath)) {
let msg = '⚠️ This folder is under the iCloud sync path, please change another path'