mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
Code cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
class LogController
|
class LogController
|
||||||
{
|
{
|
||||||
// TBD - via https://stackoverflow.com/questions/20185015/how-to-write-log-file-in-c
|
// TBD - done via https://stackoverflow.com/questions/20185015/how-to-write-log-file-in-c
|
||||||
public static void WriteLog(string strLog)
|
public static void WriteLog(string strLog)
|
||||||
{
|
{
|
||||||
StreamWriter log;
|
StreamWriter log;
|
||||||
@@ -32,7 +32,7 @@ class LogController
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
// Do nothing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
try
|
try
|
||||||
@@ -43,7 +43,7 @@ class LogController
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
// Do nothing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user