diff --git a/eyefi-freebsd.c b/eyefi-freebsd.c index 0826cd9..9981c84 100644 --- a/eyefi-freebsd.c +++ b/eyefi-freebsd.c @@ -77,8 +77,7 @@ char *locate_eyefi_mount(void) } else { debug_printf(0, "----------------------------------------------\n"); debug_printf(0, "Debug information:\n"); - system("cat /proc/mounts >&2"); } exit(1); return NULL; -} \ No newline at end of file +}