Remove debugging statement.

This commit is contained in:
Landon Fuller 2014-11-07 17:19:14 -07:00
parent 137d10aa6e
commit 6e860472d1
No known key found for this signature in database
GPG Key ID: 28BBCFC35B80A3C4

View File

@ -1956,10 +1956,6 @@ pxy_conn_setup(evutil_socket_t fd,
if (ctx->local_pid != -1) { if (ctx->local_pid != -1) {
// TODO // TODO
#include <libproc.h>
char name[MAXPATHLEN];
proc_pidpath(ctx->local_pid, name, sizeof(name));
log_err_printf("Matched socket to process %s\n", name);
} }
} }