diff --git a/lib/execpipe.cc b/lib/execpipe.cc index 57a150d..68cfcbd 100644 --- a/lib/execpipe.cc +++ b/lib/execpipe.cc @@ -72,14 +72,10 @@ namespace crucible { catch_all([&]() { parent_fd->close(); import_fd_fn(child_fd); - // system("ls -l /proc/$$/fd/ >&2"); rv = f(); }); _exit(rv); - cerr << "PID " << getpid() << " TID " << gettid() << "STILL ALIVE" << endl; - system("ls -l /proc/$$/task/ >&2"); - exit(EXIT_FAILURE); } }