mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 05:39:11 +00:00
Remove print statement for agent style map
This commit is contained in:
@@ -726,7 +726,6 @@ function ChatSessionsModal({ data, showSidePanel }: ChatSessionsModalProps) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
console.log(agentNameToStyleMapLocal);
|
|
||||||
setAgentNameToStyleMap(agentNameToStyleMapLocal);
|
setAgentNameToStyleMap(agentNameToStyleMapLocal);
|
||||||
setAgentOptions(agents);
|
setAgentOptions(agents);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user