minor fixes

This commit is contained in:
sawka
2023-12-18 20:41:15 -08:00
parent 2d08037782
commit 58e971276e
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -754,7 +754,6 @@ class CreateRemoteConnModal extends React.Component<{}, {}> {
label="Connect Mode"
options={[
{ value: "startup", label: "startup" },
{ value: "key", label: "key" },
{ value: "auto", label: "auto" },
{ value: "manual", label: "manual" },
]}
@@ -1403,7 +1402,6 @@ class EditRemoteConnModal extends React.Component<{}, {}> {
label="Connect Mode"
options={[
{ value: "startup", label: "startup" },
{ value: "key", label: "key" },
{ value: "auto", label: "auto" },
{ value: "manual", label: "manual" },
]}
-1
View File
@@ -1240,7 +1240,6 @@ func (msh *MShellProc) Launch(interactive bool) {
msh.WriteToPtyBuffer("*error, cannot find local mshell binary: %v\n", err)
return
}
log.Printf("local mshell binary: %s\n", cmdStr)
} else {
cmdStr = MakeServerCommandStr()
}