diff --git a/include/rack.hpp b/include/rack.hpp index 9771e064..814ca8ec 100644 --- a/include/rack.hpp +++ b/include/rack.hpp @@ -111,8 +111,5 @@ using plugin::Model; using namespace engine; using namespace componentlibrary; -// Import namespace recursively to solve the problem of calling `rack::DEBUG(...)` which expands to `rack::rack::logger(...)`. -namespace rack = rack; - } // namespace rack