Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jjoyce0510 authored Nov 14, 2022
1 parent bf9a5cb commit ef6057c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ export const DatasetAssertionsList = ({ assertions, onDelete }: Props) => {
const resultColor = (record.lastExecResult && getResultColor(record.lastExecResult)) || 'default';
const resultText = (record.lastExecResult && getResultText(record.lastExecResult)) || 'No Evaluations';
const resultIcon = (record.lastExecResult && getResultIcon(record.lastExecResult)) || <StopOutlined />;
console.log('record', record);
return (
<ResultContainer>
<div>
Expand Down

0 comments on commit ef6057c

Please sign in to comment.