mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Remove print statement for debugging timestamps
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user