Commit c53f18bf authored by Ian Hickson's avatar Ian Hickson

Update print.dart

parent 6af9e6c9
......@@ -14,7 +14,6 @@ import 'dart:collection';
/// [debugDumpApp]) and to the Dart [print] method can result in out-of-order
/// messages in the logs.
void debugPrint(String message) {
print(message);
_debugPrintBuffer.addAll(message.split('\n'));
if (!_debugPrintScheduled)
_debugPrintTask();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment