Skip to content

Commit 0f38f72

Browse files
committed
fix: drop debug logs
1 parent 49c93ef commit 0f38f72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration/test/Test/TeamCollaborators.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ testRemoveMemberInO2O = do
178178

179179
getMLSOne2OneConversation charlie alice >>= assertLabel 403 "not-connected"
180180
postOne2OneConversation charlie alice team0 "chit-chat" >>= assertLabel 403 "no-team-member"
181-
putStrLn $ "============ target: " <> show convId
182181
Internal.getConversation convId >>= assertLabel 404 "no-conversation"
183182
getMLSOne2OneConversation charlie bob >>= assertSuccess
184183

0 commit comments

Comments
 (0)