mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Removed unused log file string
This commit is contained in:
parent
3d5909a0e4
commit
bbedb0324e
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user