removed debugger statement

This commit is contained in:
Timo 2021-05-11 20:20:00 +03:00
parent bbd4b7984d
commit c06d90174f

View File

@ -623,7 +623,6 @@ export class AppStateService {
}
updateProjectDictionaryVersions() {
debugger;
for (const project of this.allProjects) {
// don't wait / block
this.updateProjectDictionaryVersion(project);