Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: sky/tools/skydb

Issue 678833004: Slight simplification to prompt code (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove out of date instructions Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/tools/debugger/prompt/prompt.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skydb
diff --git a/sky/tools/skydb b/sky/tools/skydb
index de74aadbb0ef1db79b07fd6f543e63cfe80cc70f..a66cc0e21d4f452fc35cd2a32adb4ec6603b8734 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -58,10 +58,6 @@ def main():
if args.gdb:
shell_command = ['gdb', '--args'] + shell_command
- print "To inspect, include:"
- print '<link rel="import" href="/sky/framework/inspector/inspector.sky" />'
- print "And open:"
- print "chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9898"
subprocess.check_call(shell_command)
« no previous file with comments | « sky/tools/debugger/prompt/prompt.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698