diff --git a/src/agent/npc/controller.js b/src/agent/npc/controller.js index 8464efe..9af3f3e 100644 --- a/src/agent/npc/controller.js +++ b/src/agent/npc/controller.js @@ -46,7 +46,7 @@ export class NPCContoller { } } } catch (e) { - console.log('Error reading construction file: ', file); + console.log('Error reading construction file'); } for (let name in this.constructions) {