From 5970bc03e7ab0ebf2a9410cdc97b2602b3f585dd Mon Sep 17 00:00:00 2001 From: Matei Date: Thu, 20 Jul 2006 22:46:13 +0000 Subject: [PATCH] Removed some debug output. This was SVN commit r4155. --- binaries/data/mods/official/scripts/entity_functions.js | 1 - 1 file changed, 1 deletion(-) 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 );