Skip to content

Commit

Permalink
Remove spammy typing notification sending log
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Oct 3, 2024
1 parent 5522871 commit 2a2a823
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ElementX/Sources/Services/Room/JoinedRoomProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ class JoinedRoomProxy: JoinedRoomProxyProtocol {
}

func sendTypingNotification(isTyping: Bool) async -> Result<Void, RoomProxyError> {
MXLog.info("Sending typing notification isTyping: \(isTyping)")

do {
try await room.typingNotice(isTyping: isTyping)
return .success(())
Expand Down

0 comments on commit 2a2a823

Please sign in to comment.