Skip to content

Commit

Permalink
[fix] Remove rogue console.log (#550)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Seabock (Centific Technologies Inc) <[email protected]>
  • Loading branch information
iseabock and Ian Seabock (Centific Technologies Inc) committed Mar 26, 2024
1 parent e7801fe commit 65fcfb6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion frontend/src/pages/chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ const Chat = () => {
} else {
if (!result.history_metadata) {
console.error("Error retrieving data.", result);
console.log("errorMessage", errorMessage)
let errorChatMsg: ChatMessage = {
id: uuid(),
role: ERROR,
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/x-icon" href="{{ favicon }}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ title }}</title>
<script type="module" crossorigin src="/assets/index-7b106187.js"></script>
<script type="module" crossorigin src="/assets/index-da21f193.js"></script>
<link rel="stylesheet" href="/assets/index-c5a7e9db.css">
</head>
<body>
Expand Down

0 comments on commit 65fcfb6

Please sign in to comment.