Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit dbea701

Browse files
committed
comment out the sleep debug function
1 parent a067d05 commit dbea701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scriptedforms/src/app/widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class AngularWrapperWidget extends AngularWidget<
9696
}
9797
}
9898

99-
const sleep = (ms: number) => new Promise(_ => setTimeout(_, ms));
99+
// const sleep = (ms: number) => new Promise(_ => setTimeout(_, ms));
100100

101101
export class ScriptedFormsWidget extends Widget {
102102
_context: DocumentRegistry.Context;

0 commit comments

Comments
 (0)