chore: removed comments

This commit is contained in:
MarcoJayUsai 2025-03-22 09:10:53 +01:00
parent 3a44608e2b
commit efd7c3cec9

View File

@ -626,12 +626,12 @@ 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);
}
}, () => {});
// TODO: load navPoints
}
startUpdate() {