From a8655eae26097eaa5acb6615bd846c35a2ab42f9 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Thu, 18 Sep 2014 15:13:56 +0100 Subject: [PATCH] Remove accidental change --- Assets/Fungus/Dialog/Commands/Choose.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/Fungus/Dialog/Commands/Choose.cs b/Assets/Fungus/Dialog/Commands/Choose.cs index 5b618876..e3f9e74e 100644 --- a/Assets/Fungus/Dialog/Commands/Choose.cs +++ b/Assets/Fungus/Dialog/Commands/Choose.cs @@ -37,8 +37,6 @@ namespace Fungus return; } - Debug.Log (options.Count); - if (options.Count == 0) { Continue();