Chromium Code Reviews| Index: bin/devc.dart |
| diff --git a/bin/devc.dart b/bin/devc.dart |
| index 0e61cead8a005324e37b4906dbeb3b836bc73cc3..255a9b9363079c25bbff1c896467f162481daa4a 100755 |
| --- a/bin/devc.dart |
| +++ b/bin/devc.dart |
| @@ -34,7 +34,7 @@ void main(List<String> args) { |
| _showUsageAndExit(); |
| } |
| - if (!options.dumpInfo) setupLogger(options.logLevel, print); |
| + setupLogger(options.logLevel, print); |
| if (options.serverMode) { |
| new CompilerServer(options).start(); |