From df12800333b958a311fa324debacd6eec7b9dd26 Mon Sep 17 00:00:00 2001 From: kj16609 Date: Fri, 14 Feb 2025 21:00:59 -0500 Subject: [PATCH] Remove old logging --- src/engine/rendering/CommandBuffer.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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() {