Skip to content

Commit 40d21b8

Browse files
author
Tim Blasi
committed
refactor(dart/transform): Remove chatty formatter message
Remove informational formatter message that is very chatty and not actually useful.
1 parent 095def3 commit 40d21b8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

modules/angular2/src/transform/common/formatter.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import 'logging.dart';
77
DartFormatter _formatter = null;
88

99
void init(DartFormatter formatter) {
10-
if (_formatter != null) {
11-
logger.info('Formatter is being overwritten.');
12-
}
1310
_formatter = formatter;
1411
}
1512

0 commit comments

Comments
 (0)