From bbedb0324e7347b11d1588b234f23555663dc7d9 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 31 May 2018 02:53:09 -0500 Subject: [PATCH] Removed unused log file string --- DS4Windows/DS4Forms/DS4Form.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index faa0757..f9418ee 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -52,7 +52,6 @@ namespace DS4Windows public Size oldsize; public bool mAllowVisible; bool contextclose; - string logFile = appdatapath + @"\DS4Service.log"; bool turnOffTemp; bool runningBat; private bool changingService; @@ -158,7 +157,6 @@ namespace DS4Windows Program.rootHub.Debug += On_Debug; Log.GuiLog += On_Debug; - logFile = appdatapath + "\\DS4Windows.log"; Log.TrayIconLog += ShowNotification; Directory.CreateDirectory(appdatapath);