Skip to content

Commit

Permalink
Removes logging statement for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fadillzzz committed Apr 6, 2024
1 parent c1251bb commit 3b8a23c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/feats/no_clip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ namespace Feats {

moveVector.Normalize();

Logger::debug("Move vector: " + std::to_string(moveVector.X) + ", " + std::to_string(moveVector.Y) + ", " +
std::to_string(moveVector.Z));

const auto velocity = character->CharacterMovement->MaxWalkSpeed / 100.0f;

const auto movement = moveVector * velocity;
Expand Down

0 comments on commit 3b8a23c

Please sign in to comment.