removing a debug message.

This was SVN commit r6295.
This commit is contained in:
freenity
2008-07-29 21:40:48 +00:00
parent 2e61a5c663
commit 484ad1701f
@@ -236,7 +236,6 @@ function killSelectedEntities()
{
for (i=0; i<selection.length; i++)
{
console.write("Killing "+selection[i]);
selection[i].kill();
}
}