From c06d90174f2d9c4f0ff942444758eb10c00dce9f Mon Sep 17 00:00:00 2001 From: Timo Date: Tue, 11 May 2021 20:20:00 +0300 Subject: [PATCH] removed debugger statement --- apps/red-ui/src/app/state/app-state.service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/red-ui/src/app/state/app-state.service.ts b/apps/red-ui/src/app/state/app-state.service.ts index d38e417c6..a220dec12 100644 --- a/apps/red-ui/src/app/state/app-state.service.ts +++ b/apps/red-ui/src/app/state/app-state.service.ts @@ -623,7 +623,6 @@ export class AppStateService { } updateProjectDictionaryVersions() { - debugger; for (const project of this.allProjects) { // don't wait / block this.updateProjectDictionaryVersion(project);