Enable logging

This commit is contained in:
Feodor Fitsner 2024-11-29 14:13:39 -08:00
parent e156abff05
commit 895058300c
1 changed files with 4 additions and 4 deletions

View File

@ -95,10 +95,10 @@ String appDir = "";
Map<String, String> environmentVariables = {}; Map<String, String> environmentVariables = {};
void main(List<String> args) async { void main(List<String> args) async {
if (isProduction) { // if (isProduction) {
// ignore: avoid_returning_null_for_void // // ignore: avoid_returning_null_for_void
debugPrint = (String? message, {int? wrapWidth}) => null; // debugPrint = (String? message, {int? wrapWidth}) => null;
} // }
await setupDesktop(); await setupDesktop();