Skip to content
Snippets Groups Projects
Commit 810bb3d7 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Remove a debugging print.

R=cbracken@google.com

Review URL: https://codereview.chromium.org//2042403003 .
parent 686195a4
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,6 @@ class BrowserPlatform extends PlatformPlugin {
var jsPath =
p.join(_config.precompiledPath, p.relative(path, from: _root)) +
".browser_test.dart.js";
print("does $jsPath exist? ${new File(jsPath).existsSync()}");
return new File(jsPath).existsSync();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment