Skip to content

Commit 179b415

Browse files
committed
[chore][QotdClosedHandler]: Remove redundant debug statement.
Signed-off-by: Goran Mišković <[email protected]>
1 parent bbfa274 commit 179b415

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/QotdClosedHandler.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ namespace e5 {
3939
* like printing.
4040
*/
4141
void QotdClosedHandler::onWork() {
42-
// Get the complete quote
43-
std::string complete_quote = m_quote_buffer.get();
44-
// Log receipt of complete quote
45-
DEBUGWIRE("[QOTD] Connection closed. Received (%d bytes)\n",
46-
complete_quote.size());
4742
m_qotd_in_progress = false;
4843
}
4944

0 commit comments

Comments
 (0)