From 0144106a93d59e633dfacb97c45b65ca8ad3e7ac Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 22 May 2015 09:23:11 +0000 Subject: [PATCH] -do not print this garbage --- src/pt/test_gnunet_vpn.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c index 8d4d0e079..d2d166625 100644 --- a/src/pt/test_gnunet_vpn.c +++ b/src/pt/test_gnunet_vpn.c @@ -412,8 +412,6 @@ main (int argc, char *const *argv) #endif vpn_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-vpn"); exit_binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-exit"); - fprintf (stderr,"%s\n", vpn_binary); - fprintf (stderr,"%s\n", exit_binary); if ((GNUNET_YES != (ret = GNUNET_OS_check_helper_binary (vpn_binary, GNUNET_YES, "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0"))) || //ipv4 only please! (GNUNET_YES != (ret = GNUNET_OS_check_helper_binary (exit_binary, GNUNET_YES, "-d gnunet-vpn - - - 169.1.3.3.7 255.255.255.0")))) //no nat, ipv4 only { -- 2.25.1