Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
busykai committed Jan 9, 2015
1 parent 6a812cd commit 95cde63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extensions/default/DebugCommands/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ define(function (require, exports, module) {
DEBUG_LOG_NODE_STATE = "debug.logNodeState",
DEBUG_RESTART_NODE = "debug.restartNode",
DEBUG_SHOW_ERRORS_IN_STATUS_BAR = "debug.showErrorsInStatusBar",
DEBUG_TOGGLE_LIVEDEV_MB_MODE = "debug.toggleLiveDevMultiBrowser",
DEBUG_OPEN_BRACKETS_SOURCE = "debug.openBracketsSource";

PreferencesManager.definePreference(DEBUG_SHOW_ERRORS_IN_STATUS_BAR, "boolean", false);
Expand Down Expand Up @@ -315,7 +314,6 @@ define(function (require, exports, module) {
menu.addMenuItem(DEBUG_LOG_NODE_STATE);
menu.addMenuItem(DEBUG_RESTART_NODE);
menu.addMenuItem(DEBUG_SHOW_ERRORS_IN_STATUS_BAR);
menu.addMenuItem(DEBUG_TOGGLE_LIVEDEV_MB_MODE);
menu.addMenuItem(Commands.FILE_OPEN_PREFERENCES); // this command is defined in core, but exposed only in Debug menu for now
menu.addMenuItem(Commands.FILE_OPEN_KEYMAP); // this command is defined in core, but exposed only in Debug menu for now

Expand Down

0 comments on commit 95cde63

Please sign in to comment.