Remove old logging

This commit is contained in:
2025-02-14 21:00:59 -05:00
parent 59afe41ea0
commit df12800333

View File

@@ -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()
{