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 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);