mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 06:40:50 +01:00
remove console logs
This commit is contained in:
parent
dca22b58c3
commit
8b4a09bdf6
@ -52,13 +52,11 @@ export const ChatlogView: FC<ChatlogViewProps> = props =>
|
||||
|
||||
if( (props.index + 1) === (totalIndex - currentRecord.chatlog.length))
|
||||
{
|
||||
console.log(`global: ${props.index} roomInfo ${currentRecord.roomName}`);
|
||||
isRoomInfo = true;
|
||||
break;
|
||||
}
|
||||
const index = props.index - (totalIndex - currentRecord.chatlog.length);
|
||||
chatlogEntry = currentRecord.chatlog[index];
|
||||
console.log(`global: ${props.index} local: ${index} value: ${chatlogEntry}`);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user