Removed console.log

This commit is contained in:
Reinaldo Neto 2021-07-06 21:17:46 -03:00
parent 4599145d86
commit c88a41bfeb
1 changed files with 0 additions and 1 deletions

View File

@ -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) {