chore: removed useless code

This commit is contained in:
MarcoJayUsai
2025-03-22 09:15:48 +01:00
parent a733c98259
commit b7bf89ce2f
4 changed files with 0 additions and 25 deletions

View File

@@ -626,8 +626,6 @@ export class ServerManager {
loadEnvResources() {
/* Load the drawings */
this.getDrawings((drawingsData: { drawings: Record<string, Record<string, any>> }) => {
console.log('---- drawings: ', drawingsData);
if (drawingsData) {
getApp().getDrawingsManager()?.initDrawings(drawingsData);
}