1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 21:46:37 +02:00

Remove some debugging code from the JSON-RPC module.

This commit is contained in:
Sadie Powell
2025-02-13 04:26:42 +00:00
parent 9e621cca11
commit 4b2b47fc95
-3
View File
@@ -115,9 +115,6 @@ public:
request.data.push_back(str ? str : "");
}
Log() << "id " << request.id;
Log() << "name " << request.name;
yyjson_doc_free(doc);
for (auto *e : this->events)