mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +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) {
|
function renderTimeStamp(timestamp: string) {
|
||||||
|
|
||||||
console.log("INCOMING TIMESTAMP", timestamp);
|
|
||||||
if (!timestamp.endsWith('Z')) {
|
if (!timestamp.endsWith('Z')) {
|
||||||
timestamp = timestamp + 'Z';
|
timestamp = timestamp + 'Z';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user