1
0
forked from 0ad/0ad

Removed some debug messages.

This was SVN commit r3257.
This commit is contained in:
Matei 2005-12-16 07:19:47 +00:00
parent 54194e49ec
commit 2d969da879

View File

@ -312,8 +312,6 @@ function refreshCommandButtons()
{
if( shouldUpdateStat( "actions.create.list" ) )
{
console.write("need to update list!");
// Everything in this block is tied to properties in
// actions.create.list, the above check should limit the
// number of times this update is needlessly made.
@ -331,10 +329,6 @@ function refreshCommandButtons()
formationArray = UpdateList(action_tab_formation, listCounter); if (formationArray != 0) listCounter++;
stanceArray = UpdateList(action_tab_stance, listCounter); if (stanceArray != 0) listCounter++;
}
else
{
console.write("don't need to update list!");
}
if( shouldUpdateStat( "actions" ) )
{