Cleans up some command overrides

This commit is contained in:
Eric Amodio
2017-09-05 21:30:07 -04:00
parent 68fcbf713d
commit ece34dba32
8 changed files with 15 additions and 19 deletions

View File

@@ -20,7 +20,6 @@ export class OpenRepoInRemoteCommand extends ActiveEditorCommand {
if (isCommandViewContextWithRemote(context)) {
args = { ...args };
args.remote = context.node.remote.name;
return this.execute(context.editor, context.uri, args);
}
return this.execute(context.editor, context.uri, args);