summaryrefslogtreecommitdiff
path: root/pkg/adapter
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-07-23 13:46:03 -0400
committerPeter Hunt <pehunt@redhat.com>2019-07-23 16:49:04 -0400
commit82dce36fb6ef3839c029b7450a75c85cf28cf377 (patch)
tree15ec26b274bd16f1c88f3887d738057a021ce1b5 /pkg/adapter
parentd59f083637f267b3653bc7cda46fd729dcf35c17 (diff)
downloadpodman-82dce36fb6ef3839c029b7450a75c85cf28cf377.tar.gz
podman-82dce36fb6ef3839c029b7450a75c85cf28cf377.tar.bz2
podman-82dce36fb6ef3839c029b7450a75c85cf28cf377.zip
remove debug prints
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'pkg/adapter')
-rw-r--r--pkg/adapter/containers_remote.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/adapter/containers_remote.go b/pkg/adapter/containers_remote.go
index b7390c113..5a26f537f 100644
--- a/pkg/adapter/containers_remote.go
+++ b/pkg/adapter/containers_remote.go
@@ -735,7 +735,6 @@ func (r *LocalRuntime) attach(ctx context.Context, stdin, stdout *os.File, cid s
term.SetRawTerminal(os.Stdin.Fd())
}
- // TODO add detach keys support
reply, err := iopodman.Attach().Send(r.Conn, varlink.Upgrade, cid, detachKeys, start)
if err != nil {
restoreTerminal(oldTermState)