1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 09:17:47 +00:00

Remove logging line

This commit is contained in:
Rushi 2022-01-16 22:56:49 +01:00
parent 62dabd571c
commit 637fe3614d

View file

@ -1165,8 +1165,6 @@ void Sapphire::Entity::Player::unlockMount( uint32_t mountId )
auto& exdData = Common::Service< Data::ExdData >::ref();
auto mount = exdData.getRow< Component::Excel::Mount >( mountId );
Logger::debug("Order: {0}", mount->data().MountOrder);
if ( mount->data().MountOrder == -1 )
return;