Skip to content

Commit f6c982c

Browse files
committed
no longer clear default session partition
1 parent 9923bdb commit f6c982c

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ export default class ProjectsController {
4444
if (this.loaded) return
4545
this.filepath = filepath
4646
this.project = project
47-
await session.defaultSession.clearStorageData({
48-
storages: ['cookies', 'localstorage'],
49-
})
5047
await this.executeHook('onProjectLoaded')
5148
this.loaded = true
5249
}

0 commit comments

Comments
 (0)