mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 14:16:00 +00:00
ntf: remove debug output from test
This commit is contained in:
@@ -142,9 +142,7 @@ testNtfTokenSecondRegistration APNSMockServer {apnsQ} = do
|
||||
NTActive <- checkNtfToken a tkn
|
||||
-- and the second is not yet verified
|
||||
liftIO $ threadDelay 50000
|
||||
r <- checkNtfToken a' tkn
|
||||
liftIO . print $ "checkNtfToken a' tkn: " <> show r
|
||||
unless (r == NTConfirmed) $ error "bad status"
|
||||
NTConfirmed <- checkNtfToken a' tkn
|
||||
-- now the second token registration is verified
|
||||
verifyNtfToken a' tkn verification' nonce'
|
||||
-- the first registration is removed
|
||||
|
||||
Reference in New Issue
Block a user