From c88a41bfeb8c5d09db240eb7b94024c157eb948c Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Tue, 6 Jul 2021 21:17:46 -0300 Subject: [PATCH] Removed console.log --- app/views/RoomView/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/RoomView/index.js b/app/views/RoomView/index.js index 5c3021365..4e967fc9e 100644 --- a/app/views/RoomView/index.js +++ b/app/views/RoomView/index.js @@ -840,7 +840,6 @@ class RoomView extends React.Component { navToThread = async(item) => { const { roomUserId } = this.state; - console.log('🚀 ~ file: index.js ~ line 836 ~ RoomView ~ navToThread=async ~ roomUserId', roomUserId); const { navigation, isMasterDetail } = this.props; if (item.tmid) {