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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user