Browse Source

Remove accidental change

master
chrisgregan 11 years ago
parent
commit
a8655eae26
  1. 2
      Assets/Fungus/Dialog/Commands/Choose.cs

2
Assets/Fungus/Dialog/Commands/Choose.cs

@ -37,8 +37,6 @@ namespace Fungus
return; return;
} }
Debug.Log (options.Count);
if (options.Count == 0) if (options.Count == 0)
{ {
Continue(); Continue();

Loading…
Cancel
Save