From d260dda29e53f961b6f737c0a00ea9079280ec93 Mon Sep 17 00:00:00 2001 From: Gao feng Date: Wed, 23 Sep 2015 10:20:29 +0800 Subject: [PATCH] remove debug message Signed-off-by: Gao feng --- src/exec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exec.c b/src/exec.c index 7d7d8e1..f36a0b8 100644 --- a/src/exec.c +++ b/src/exec.c @@ -213,7 +213,6 @@ int hyper_watch_exec_pty(struct hyper_exec *exec, struct hyper_pod *pod) return -1; } - hyper_list_dir("/proc/1/fd/"); return 0; }