mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
remove print
This commit is contained in:
parent
da4917ad46
commit
aebf6de4a5
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ void initLogger() {
|
|||
Logger.root.onRecord.listen((record) async {
|
||||
await _writeLogToFile(record);
|
||||
if (!kReleaseMode) {
|
||||
// ignore: avoid_print
|
||||
print(
|
||||
'${record.level.name} [twonly] ${record.loggerName} > ${record.message}',
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue