Remove debug logs
This commit is contained in:
@@ -46,8 +46,6 @@ export default class AIMCMapper {
|
||||
...parsedPropConf
|
||||
});
|
||||
}
|
||||
console.log(this.map)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ export default class FileImporter {
|
||||
try {
|
||||
return FileImporter.readAASByPath(file);
|
||||
} catch (e) {
|
||||
console.log(`Error while reading AAS from ${file}`, e);
|
||||
console.error(`Error while reading AAS from ${file}`, e);
|
||||
return null;
|
||||
}
|
||||
}).filter(aas => aas !== null) as types.Environment[];
|
||||
|
||||
Reference in New Issue
Block a user