1
1
forked from 0ad/0ad

Removed some debug output.

This was SVN commit r4155.
This commit is contained in:
Matei 2006-07-20 22:46:13 +00:00
parent 2f68e8d547
commit 5970bc03e7

View File

@ -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 );