mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 16:45:39 +02:00
Code cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Threading.Tasks;
|
||||
|
||||
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)
|
||||
{
|
||||
StreamWriter log;
|
||||
@@ -32,7 +32,7 @@ class LogController
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
try
|
||||
@@ -43,7 +43,7 @@ class LogController
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user