Skip to content

Commit

Permalink
Remove duplicate 'clearLogOutput' command (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Feb 6, 2024
1 parent dc7c979 commit caab0f3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,11 +2540,6 @@
"title": "Send 'arg' button key press to Roku as a remote control",
"category": "Brightscript"
},
{
"command": "extension.brightscript.clearLogOutput",
"title": "Clear the brightscript log output",
"category": "Brightscript"
},
{
"command": "extension.brightscript.toggleRemoteControlMode",
"title": "Toggle remote control mode",
Expand Down Expand Up @@ -2693,7 +2688,7 @@
},
{
"command": "extension.brightscript.clearLogOutput",
"title": "Clear Log Output",
"title": "Clear the brightscript log output",
"category": "Brightscript"
},
{
Expand Down

0 comments on commit caab0f3

Please sign in to comment.