remove dbg print

This commit is contained in:
Richard Holland
2025-02-15 13:35:57 +11:00
parent bb7a97ac6c
commit 6641858f42

View File

@@ -575,8 +575,6 @@ private:
mysql_stmt_close(stmt);
std::cout << "length: " << length << "\n";
// Add to cache
std::vector<uint8_t> cached_data(
buffer.begin(), buffer.begin() + length);