Index: tools/observatory_tool.py |
diff --git a/tools/observatory_tool.py b/tools/observatory_tool.py |
index 1fa4339284c9f31787bd0fbb05ba945e29d4fecb..a8595dc68afbb4d3739086265befccdc985dfe89 100755 |
--- a/tools/observatory_tool.py |
+++ b/tools/observatory_tool.py |
@@ -134,7 +134,7 @@ def PubCommand(dart_executable, |
# Prevent the bootstrap Dart executable from running in regular |
# development flow. |
# REMOVE THE FOLLOWING LINE TO USE the dart_bootstrap binary. |
- return False |
+ # return False |
return subprocess.call(executable + command, |
stdout=silent_sink if silent else None, |
stderr=silent_sink if silent else None) |