Performance: Remove 'AllKnownLayouts' as much as possible

This commit is contained in:
Pieter Vander Vennet 2023-10-19 16:34:42 +02:00
parent 0e4cce59ea
commit 0f60977b6d
7 changed files with 27 additions and 64 deletions

View file

@ -43,7 +43,7 @@ export class ChangesetHandler {
this.userDetails = osmConnection.userDetails
this.backend = osmConnection._oauth_config.url
if (dryRun) {
if (dryRun.data) {
console.log("DRYRUN ENABLED")
}
}