thermferm/server.c

changeset 727
78744b7e6021
parent 724
01e3936f62d4
--- a/thermferm/server.c	Sat May 04 17:37:47 2024 +0200
+++ b/thermferm/server.c	Sat May 04 19:10:03 2024 +0200
@@ -1783,7 +1783,6 @@
             payload = NULL;
             return 0;
         } else {
-            syslog(LOG_NOTICE, "UNIT JSON %s", param);
             for (unit = Config.units; unit; unit = unit->next) {
                 if (strcmp(param, unit->uuid) == 0) {
                     srv_send(s, (char *)"213 Unit json data follows:");

mercurial