trackfds.h: Remove incorrect debug output.

This commit is contained in:
Simon Ruderich
2013-06-07 01:59:27 +02:00
parent 31a1fdf921
commit 7691b7aa1a

View File

@@ -135,7 +135,6 @@ static void init_from_environment(void) {
* elements doesn't hurt. */
if (!init_tracked_fds_list(count)) {
/* Couldn't allocate memory, skip this entry. */
warning("foo\n");
goto next;
}
}