From 3adb4bd7a6f494a8b7a3b90e4aa770fc79d00aa2 Mon Sep 17 00:00:00 2001 From: chrisgregan Date: Tue, 16 Jun 2015 14:42:21 +0100 Subject: [PATCH] Removed accidentally committed debug log --- Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs b/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs index d4e3e785..db38d4f3 100644 --- a/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs +++ b/Assets/Fungus/Camera/Scripts/Commands/Fullscreen.cs @@ -34,8 +34,6 @@ namespace Fungus break; } - Debug.Log("Fullscreen:" + fullscreenMode); - Continue(); }