diff --git a/Offroad-iOS/Offroad-iOS/Presentation/Chat/CharacterChat/ORBCharacterChatViewController.swift b/Offroad-iOS/Offroad-iOS/Presentation/Chat/CharacterChat/ORBCharacterChatViewController.swift index 6b0ddadf..0454955c 100644 --- a/Offroad-iOS/Offroad-iOS/Presentation/Chat/CharacterChat/ORBCharacterChatViewController.swift +++ b/Offroad-iOS/Offroad-iOS/Presentation/Chat/CharacterChat/ORBCharacterChatViewController.swift @@ -62,8 +62,7 @@ extension ORBCharacterChatViewController { } @objc private func panGestureHandler(sender: UIPanGestureRecognizer) { - print(#function) - + guard rootView.characterChatBox.mode == .withReplyButton else { return } switch sender.state { case .possible, .began: return