Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit db68e2f

Browse files
committed
[CDEC-439] Clean logging in intDequeue
1 parent 9e0a2a2 commit db68e2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

networking/src/Network/Broadcast/OutboundQueue.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,9 +1036,7 @@ intDequeue outQ@OutQ{..} threadRegistry@TR{} sendMsg = do
10361036
logFailure outQ FailedSend (Some p, err)
10371037
intFailure outQ p sendStartTime err
10381038
Nothing ->
1039-
return ()
1040-
1041-
logDebugOQ outQ $ debugSent p
1039+
logDebugOQ outQ $ debugSent p
10421040

10431041
return (PacketDequeued theThread)
10441042
return ()

0 commit comments

Comments
 (0)