Skip to content

Commit dd5cbd4

Browse files
committed
Remove log
1 parent b136847 commit dd5cbd4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server/src/functions/messages.sendMessage.ts

-6
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ const pushUpdates = async ({
151151
},
152152
}
153153

154-
Log.shared.info(
155-
`encodingForInputPeer: ${JSON.stringify(
156-
InputPeer.toJson(encodingForInputPeer),
157-
)}, encodingForUserId: ${encodingForUserId}, and update is ${JSON.stringify(Update.toJson(newMessageUpdate))}`,
158-
)
159-
160154
if (userId === currentUserId) {
161155
// current user gets the message id update and new message update
162156
RealtimeUpdates.pushToUser(userId, [

0 commit comments

Comments
 (0)