From 46195b6c31e2f23bbe885944c81d84e7982bd50f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 11 Feb 2024 16:57:05 +0100 Subject: remove debugging print --- nitro.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/nitro.c b/nitro.c index b0651a3..8c35e13 100644 --- a/nitro.c +++ b/nitro.c @@ -1069,8 +1069,6 @@ notify(int i) continue; if (notifyprefix(services[i].name, name)) { -prn(2, "check %s to file %s passed\n", services[i].name, name); - struct sockaddr_un addr = { 0 }; addr.sun_family = AF_UNIX; strncpy(addr.sun_path, notifypath, sizeof addr.sun_path - 1); -- cgit 1.4.1