]> mj.ucw.cz Git - ursary.git/commitdiff
Lights: Turn off debugging
authorMartin Mares <mj@ucw.cz>
Sat, 11 Apr 2020 22:39:26 +0000 (00:39 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Apr 2020 22:39:26 +0000 (00:39 +0200)
dmx.c
ursaryd.c

diff --git a/dmx.c b/dmx.c
index d2238198798283446f29cdd06588a44409e11390..20a44fab29cab956207f9477e5971442f90b49ee 100644 (file)
--- a/dmx.c
+++ b/dmx.c
@@ -4,7 +4,7 @@
  *     (c) 2020 Martin Mares <mj@ucw.cz>
  */
 
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
 
 #include <ucw/lib.h>
 #include <ucw/mainloop.h>
index e28cebfa4cd2060c8764c053e45c6e53be3d1a62..166630700a15a4851204b6230ffcd9ad0fe995ac 100644 (file)
--- a/ursaryd.c
+++ b/ursaryd.c
@@ -4,7 +4,7 @@
  *     (c) 2014--2020 Martin Mares <mj@ucw.cz>
  */
 
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
 
 #include <ucw/lib.h>
 #include <ucw/clists.h>