Removed unused log file string

This commit is contained in:
Travis Nickles 2018-05-31 02:53:09 -05:00
parent 3d5909a0e4
commit bbedb0324e

View File

@ -52,7 +52,6 @@ namespace DS4Windows
public Size oldsize; public Size oldsize;
public bool mAllowVisible; public bool mAllowVisible;
bool contextclose; bool contextclose;
string logFile = appdatapath + @"\DS4Service.log";
bool turnOffTemp; bool turnOffTemp;
bool runningBat; bool runningBat;
private bool changingService; private bool changingService;
@ -158,7 +157,6 @@ namespace DS4Windows
Program.rootHub.Debug += On_Debug; Program.rootHub.Debug += On_Debug;
Log.GuiLog += On_Debug; Log.GuiLog += On_Debug;
logFile = appdatapath + "\\DS4Windows.log";
Log.TrayIconLog += ShowNotification; Log.TrayIconLog += ShowNotification;
Directory.CreateDirectory(appdatapath); Directory.CreateDirectory(appdatapath);