Skip to content

Commit 6df898d

Browse files
committed
Stop excessive scrolling logging
1 parent 5dcccb8 commit 6df898d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Signal-Windows/Controls/Conversation.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ private void ScrollViewer_ViewChanged(object sender, ScrollViewerViewChangedEven
340340
int bottomIndex = GetBottommostIndex();
341341
int rawBottomIndex = Collection.GetRawIndex(bottomIndex);
342342
long lastSeenIndex = SignalConversation.LastSeenMessageIndex;
343-
Logger.LogTrace("bottom={0} rawBottom={1} lastSeen={2} LastMarkReadRequest={3}", bottomIndex, rawBottomIndex, lastSeenIndex, LastMarkReadRequest);
344343
if (lastSeenIndex <= rawBottomIndex && LastMarkReadRequest < rawBottomIndex)
345344
{
346345
LastMarkReadRequest = rawBottomIndex;

0 commit comments

Comments
 (0)