Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewbuk authored and EiffelFly committed Nov 5, 2024
1 parent e153582 commit dc90012
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const ActivityTab = ({
pipelineTriggersSummary,
modelTriggersSummary,
}: ActivityTabProps) => {
console.log(modelsChartList)
return (
<div className="w-full">
<div className="flex flex-col sm:flex-row justify-end items-center sm:items-center mb-5">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export const DashboardActivityPageMainView = () => {
}));
}, [triggeredModels.data, triggeredModels.isSuccess]);

console.log(modelChartList)

const triggeredPipelineList = React.useMemo<TriggeredPipeline[]>(() => {
if (!triggeredPipelines.isSuccess) return [];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const ModelsTriggerCountsLineChart = ({
selectedTimeOption,
modelTriggersSummary,
}: ModelsTriggerCountsLineChartProps) => {
console.log(models)
const chartRef = React.useRef<HTMLDivElement>(null);
const { xAxis, yAxis } = React.useMemo(() =>
generateModelTriggerChartRecordData(models, selectedTimeOption.value),
Expand Down

0 comments on commit dc90012

Please sign in to comment.