Remove print statement for debugging timestamps

This commit is contained in:
sabaimran 2024-07-10 14:54:22 +05:30
parent 0369eb6e0e
commit 1b4a51f4a2

View file

@ -267,8 +267,6 @@ export default function ChatMessage(props: ChatMessageProps) {
}
function renderTimeStamp(timestamp: string) {
console.log("INCOMING TIMESTAMP", timestamp);
if (!timestamp.endsWith('Z')) {
timestamp = timestamp + 'Z';
}