diff --git a/src/util/logger.ts b/src/util/logger.ts index 3d56eec..287d46e 100644 --- a/src/util/logger.ts +++ b/src/util/logger.ts @@ -15,6 +15,7 @@ export class Log { */ static debug(message: string, ...args: any[]) { + return; if (Platform.isDesktopApp) { // in case it is unknown we assume production, even though it is not correct