mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Remove print statement for debugging timestamps
This commit is contained in:
parent
0369eb6e0e
commit
1b4a51f4a2
1 changed files with 0 additions and 2 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue