From 02f5206382228a0903217f2b6b75a6658677c0e5 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 4 Dec 2014 22:38:03 +0000 Subject: [PATCH] remove a debug line of code that I checked in on accident --- .../Base Implementations/BasicServiceProvider.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs b/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs index d915f32682..3b26378e39 100644 --- a/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs +++ b/BizHawk.Emulation.Common/Base Implementations/BasicServiceProvider.cs @@ -40,8 +40,6 @@ namespace BizHawk.Emulation.Common //Services.Add(service, core); } } - - int zzz = 0; } public IEmulatorService GetService()