Enable logging
This commit is contained in:
parent
e156abff05
commit
895058300c
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue