Skip to content

Commit

Permalink
remove console log accidentally merged with jupyterlab#1013
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Oct 7, 2024
1 parent 1ec0936 commit b7e84e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/jupyter-ai/src/components/chat-messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ function sortMessages(
export function ChatMessageHeader(props: ChatMessageHeaderProps): JSX.Element {
const collaborators = useCollaboratorsContext();

if (props.message.type === 'agent-stream' && props.message.complete) {
console.log(props.message.metadata);
}

const sharedStyles: SxProps<Theme> = {
height: '24px',
width: '24px'
Expand Down

0 comments on commit b7e84e5

Please sign in to comment.