-removing useless ifdefs
[oweals/gnunet.git] / src / arm / arm_api.c
index d6b65e8721ede1f38bf9e0362c18fe3ed9cc09d0..1b78d3393de2fee447ed0ea640ffaa0331530675 100644 (file)
@@ -383,9 +383,6 @@ arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
     /* we're clearly running a test, don't daemonize */
     proc = do_start_process (GNUNET_NO,
                             NULL, loprefix, binary, "-c", config,
-#if DEBUG_ARM
-                            "-L", "DEBUG",
-#endif
                             /* no daemonization! */
                             lopostfix, NULL);
   }
@@ -393,9 +390,6 @@ arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   {
     proc = do_start_process (GNUNET_NO,
                             NULL, loprefix, binary, "-c", config,
-#if DEBUG_ARM
-                            "-L", "DEBUG",
-#endif
                             "-d", lopostfix, NULL);
   }
   GNUNET_free (binary);