diff --git a/ide/static/ide/js/compile.js b/ide/static/ide/js/compile.js index 26ab6846..f1fa9f40 100644 --- a/ide/static/ide/js/compile.js +++ b/ide/static/ide/js/compile.js @@ -179,7 +179,6 @@ CloudPebble.Compile = (function() { commands[gettext("Show Phone Logs")] = function() { show_app_logs(ConnectionType.Phone); }; commands[gettext("Show Emulator Logs")] = function() { show_app_logs(ConnectionType.Qemu); }; commands[gettext("Show Last Build Log")] = function() {show_build_log(mLastBuild.id)}; - commands[gettext("Compilation")] = function() { show_compile_pane();}; commands[gettext("Clear App Logs")] = function() { show_clear_logs_prompt(); }; commands[gettext("Take Screenshot")] = function() { take_screenshot(); }; CloudPebble.FuzzyPrompt.AddCommands(commands);