diff --git a/include/anthem/output/Logger.h b/include/anthem/output/Logger.h index 4d695b1..fd54482 100644 --- a/include/anthem/output/Logger.h +++ b/include/anthem/output/Logger.h @@ -23,12 +23,6 @@ class Logger public: Logger(); - Logger(const Logger &other) = default; - Logger &operator=(const Logger &other) = default; - - Logger(Logger &&other) = default; - Logger &operator=(Logger &&other) = default; - ColorStream &outputStream(); ColorStream &errorStream();