diff --git a/binaries/data/mods/official/scripts/entity_functions.js b/binaries/data/mods/official/scripts/entity_functions.js index 7f73538ede..4d3607e75f 100644 --- a/binaries/data/mods/official/scripts/entity_functions.js +++ b/binaries/data/mods/official/scripts/entity_functions.js @@ -39,7 +39,6 @@ function entityInit() startXTimer(1); // If the entity is a foundation, we must deduct resource costs here - console.write("Blah: " + this + " " + this.building); if( this.building ) { var template = getEntityTemplate( this.building, this.player );