Skip to content

Commit

Permalink
Remove the forgotten debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanikoglu committed Apr 8, 2021
1 parent 7ce7b94 commit e1773bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ALSV4_CPP/Private/Components/ALSMantleComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ void UALSMantleComponent::OnOwnerJumpInput()
}
else if (OwnerCharacter->GetMovementState() == EALSMovementState::InAir)
{
UE_LOG(LogTemp, Warning, TEXT("A"));
MantleCheck(FallingTraceSettings);
}
}
Expand Down

0 comments on commit e1773bb

Please sign in to comment.