summaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-17 23:23:37 +0500
committerilotterytea <iltsu@alright.party>2024-05-17 23:23:37 +0500
commit646ca655501dace981001843289d896657ee6b82 (patch)
treea657b0f383d0dc7c3881d3eb8427313d982f9523 /src/commands
parent68f981047c8cec031f55b5ee571c25b9ccd1fcd9 (diff)
upd: replaced cout with log + removed unused #include
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/response_error.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/response_error.hpp b/src/commands/response_error.hpp
index e91a4fd..ae2c3ee 100644
--- a/src/commands/response_error.hpp
+++ b/src/commands/response_error.hpp
@@ -1,7 +1,6 @@
#pragma once
#include <exception>
-#include <iostream>
#include <optional>
#include <string>
#include <type_traits>