From 0d41f6aafcd044e20dd613ec4af6cc32779f478e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 13 Feb 2020 14:36:18 +0100 Subject: [PATCH] remove commented out logging --- src/crypto/verification/request/InRoomChannel.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/verification/request/InRoomChannel.js b/src/crypto/verification/request/InRoomChannel.js index ace886a93..c9565af2a 100644 --- a/src/crypto/verification/request/InRoomChannel.js +++ b/src/crypto/verification/request/InRoomChannel.js @@ -305,7 +305,6 @@ export class InRoomRequests { getRequest(event) { const roomId = event.getRoomId(); const txnId = InRoomChannel.getTransactionId(event); -// console.log(`looking for request in room ${roomId} with txnId ${txnId} for an ${event.getType()} from ${event.getSender()}...`); return this._getRequestByTxnId(roomId, txnId); }