Skip to content

Commit 5620a27

Browse files
committed
runfix: remove debugger (#19742)
1 parent 8b8aee1 commit 5620a27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/script/repositories/LifeCycleRepository/LifeCycleRepository.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export class LifeCycleRepository {
127127
* Handles different cleanup scenarios: normal logout, data wipe, client removal, crypto issues.
128128
*/
129129
public logout = async (signOutReason: SIGN_OUT_REASON, shouldClearAllData: boolean): Promise<void> => {
130-
debugger;
131130
// Prevent concurrent logout operations
132131
if (this.isCurrentlyLoggingOut) {
133132
this.logger.warn('Logout requested while another logout is already in progress. Ignoring duplicate request.');

0 commit comments

Comments
 (0)