Browse Source

Removed unneccessary Debug.Log()

master
chrisgregan 10 years ago
parent
commit
90386bc308
  1. 1
      Assets/Fungus/FungusScript/Scripts/FungusScript.cs

1
Assets/Fungus/FungusScript/Scripts/FungusScript.cs

@ -128,7 +128,6 @@ namespace Fungus
if (command.commandId == -1) if (command.commandId == -1)
{ {
command.commandId = NextCommandId(); command.commandId = NextCommandId();
Debug.Log("Assigning command id: " + command.commandId);
} }
} }
} }

Loading…
Cancel
Save