Skip to content

Commit

Permalink
fix: disable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
iOSonntag committed Dec 25, 2023
1 parent 0b390b4 commit c6ec985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6ec985

Please sign in to comment.