From 1c9b58207e9c899b0d83cd05eabf098ca3f3e54f Mon Sep 17 00:00:00 2001 From: karl Date: Sat, 20 Mar 2021 17:52:14 +0100 Subject: [PATCH] Remove old unimplemented logger function --- include/Gedeng/Logger.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/Gedeng/Logger.h b/include/Gedeng/Logger.h index 4949bd8..b89efa6 100644 --- a/include/Gedeng/Logger.h +++ b/include/Gedeng/Logger.h @@ -17,8 +17,6 @@ class Logger { return client_logger; } - static void debug(const String &text); - private: static std::shared_ptr core_logger; static std::shared_ptr client_logger;