aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-07-03 20:28:54 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-07-03 20:28:54 +0200
commitf6de6f3e97046f3c5dbac337e8ec905002de0557 (patch)
tree30f4bb525611677b407c9857d8f676c0a56ea943 /src
parente22ae6be5bf25c743a6c7db34bb0ef163704824f (diff)
downloadgnunet-f6de6f3e97046f3c5dbac337e8ec905002de0557.tar.gz
gnunet-f6de6f3e97046f3c5dbac337e8ec905002de0557.zip
GNS: Remove debug from TVG generator
Diffstat (limited to 'src')
-rw-r--r--src/gnsrecord/gnunet-gnsrecord-tvg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnsrecord/gnunet-gnsrecord-tvg.c b/src/gnsrecord/gnunet-gnsrecord-tvg.c
index 4ea81b599..d7d9d5350 100644
--- a/src/gnsrecord/gnunet-gnsrecord-tvg.c
+++ b/src/gnsrecord/gnunet-gnsrecord-tvg.c
@@ -523,8 +523,8 @@ main (int argc,
523 GNUNET_log_setup ("gnunet-gns-tvg", 523 GNUNET_log_setup ("gnunet-gns-tvg",
524 "INFO", 524 "INFO",
525 NULL)); 525 NULL));
526 gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1u, 0); 526 // gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1u, 0);
527 gcry_control (GCRYCTL_SET_VERBOSITY, 99); 527 // gcry_control (GCRYCTL_SET_VERBOSITY, 99);
528 if (GNUNET_OK != 528 if (GNUNET_OK !=
529 GNUNET_PROGRAM_run (argc, argv, 529 GNUNET_PROGRAM_run (argc, argv,
530 "gnunet-gns-tvg", 530 "gnunet-gns-tvg",