feat: routes - return old rePacj logic to not break auto-update

This commit is contained in:
Azgaar 2024-08-13 16:57:48 +02:00
parent 126393fea3
commit e09c0e5344
2 changed files with 2 additions and 13 deletions

View file

@ -898,8 +898,6 @@ export function resolveVersionConflicts(version) {
}
});
console.log(pack.routes);
routes.selectAll("path").remove();
if (layerIsOn("toggleRoutes")) drawRoutes();
}