mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 00:53:42 +00:00
removing a debug message.
This was SVN commit r6295.
This commit is contained in:
@@ -236,7 +236,6 @@ function killSelectedEntities()
|
||||
{
|
||||
for (i=0; i<selection.length; i++)
|
||||
{
|
||||
console.write("Killing "+selection[i]);
|
||||
selection[i].kill();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user