From bca89dac97e9e275cc1f0cd7ef6fa3c5f0b7e0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Th=C3=A9riault?= Date: Tue, 28 Jan 2020 22:07:54 -0500 Subject: [PATCH] Console is cancelled --- IPA.Injector/Injector.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPA.Injector/Injector.cs b/IPA.Injector/Injector.cs index af82e74a..3c1cc659 100644 --- a/IPA.Injector/Injector.cs +++ b/IPA.Injector/Injector.cs @@ -101,7 +101,7 @@ namespace IPA.Injector } catch (Exception e) { - Console.WriteLine(e); + // Console.WriteLine(e); } } @@ -340,4 +340,4 @@ namespace IPA.Injector #endif } } -} \ No newline at end of file +}