mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Better logo handling for uwp #198
This commit is contained in:
@@ -47,8 +47,6 @@ namespace Wox.Infrastructure.Logger
|
||||
|
||||
public static void Exception(System.Exception e)
|
||||
{
|
||||
#if DEBUG
|
||||
#else
|
||||
var type = CallerType();
|
||||
var logger = LogManager.GetLogger(type);
|
||||
|
||||
@@ -58,7 +56,6 @@ namespace Wox.Infrastructure.Logger
|
||||
logger.Error($"\n{e.StackTrace}");
|
||||
e = e.InnerException;
|
||||
} while (e != null);
|
||||
#endif
|
||||
}
|
||||
|
||||
public static void Debug(string msg)
|
||||
|
||||
Reference in New Issue
Block a user