Skip to content

Commit 015f365

Browse files
fix: undo debugger
1 parent 27ea423 commit 015f365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/control-plane/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ export class ControlPlaneClient {
614614
messageQueueLength: number;
615615
pendingPermission: any;
616616
} | null> {
617-
debugger;
617+
// debugger;
618618
if (!(await this.isSignedIn())) {
619619
return null;
620620
}

0 commit comments

Comments
 (0)