Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Jul 31, 2024
1 parent 38d8073 commit 52ca9ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type BackfillState = {

export const BackfillStatusTagForPage = ({backfill}: {backfill: BackfillState}) => {
const {status, error} = backfill;
console.log({error, status});
function errorState(status: string) {
return (
<Box margin={{bottom: 12}}>
Expand Down

0 comments on commit 52ca9ee

Please sign in to comment.