Remove debug message.

Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
This commit is contained in:
Vishnu Kannan 2014-08-05 19:45:55 +00:00
parent 74b99b8dd6
commit f90eee10ef
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ void nsenter() {
}
}
fprintf(stderr, "entered namespace\n");
// Finish executing, let the Go runtime take over.
return;
} else {