diff --git a/src/engine/rendering/CommandBuffer.cpp b/src/engine/rendering/CommandBuffer.cpp index 709bcb7..c039f49 100644 --- a/src/engine/rendering/CommandBuffer.cpp +++ b/src/engine/rendering/CommandBuffer.cpp @@ -4,7 +4,6 @@ #include "CommandBuffer.hpp" #include "CommandBufferPool.hpp" -#include "debug/logging/logging.hpp" namespace fgl::engine { @@ -14,9 +13,7 @@ namespace fgl::engine {} CommandBufferHandle::~CommandBufferHandle() - { - log::warn( "Command buffer handle destroyed!" ); - } + {} vk::raii::CommandBuffer& CommandBufferHandle::cmd() {