Skip to content

Commit ca13dad

Browse files
authored
Merge pull request #754 from simple-hub-organization/dev
Dev
2 parents da2fbe4 + f854997 commit ca13dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remote-pipes/lib/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import 'package:logger/logger.dart';
33
/// Instance of logger for all the app
44
final logger = Logger(
55
filter: ProductionFilter(),
6-
printer: PrettyPrinter(methodCount: 0, printTime: true),
6+
printer: PrettyPrinter(methodCount: 0),
77
);

0 commit comments

Comments
 (0)