This commit is contained in:
Megan Marsh 2020-04-24 13:44:10 -07:00
parent 4fc92d7858
commit f583674cd6
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ type MockTunnelDriver struct {
func (m *MockTunnelDriver) StopTunnel() {
m.StopTunnelCalled = true
return
}
func (m *MockTunnelDriver) StartTunnel(context.Context, string) error {

View File

@ -82,7 +82,6 @@ func (t *TunnelDriverLinux) StartTunnel(cancelCtx context.Context, tempScriptFil
return fmt.Errorf("Non-retryable tunnel error: %s", lineStderr)
}
}
return nil
}
log.Printf("No error detected after tunnel launch; continuing...")