From e8a201a4afa264ce9ade12d5d4d58b77f2fd7ba8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 1 Sep 2025 21:24:33 +1200 Subject: [PATCH] Update source/src/services.cpp --- source/src/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/services.cpp b/source/src/services.cpp index 69c650e..f793999 100644 --- a/source/src/services.cpp +++ b/source/src/services.cpp @@ -150,7 +150,7 @@ namespace dropshell if (!template_hash_str.empty()) service_template_hash = std::stoull(template_hash_str); service.service_template_hash_match = (service_template_hash == tinfo.hash()); - debug << "Service template hash: " << service_template_hash << " == " << tinfo.hash() << std::endl; + //debug << "Service template hash: " << service_template_hash << " == " << tinfo.hash() << std::endl; } else {