fix: remove leftover print

This commit is contained in:
2026-04-13 00:16:00 -03:00
parent 533b992a45
commit 091418eb53
-1
View File
@@ -425,7 +425,6 @@ void Spoofer::onGetAllClient(std::string& body)
} }
body = doc.dump(); body = doc.dump();
Log::verbose("{}", body);
} }
} }