Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu authored Dec 28, 2022
1 parent a99a914 commit a6ac3d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/hasColoursSupported.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ export function hasColoursSupported() {
}

// Otherwise, fallback to false
console.log('fallback');
return false;
}

0 comments on commit a6ac3d3

Please sign in to comment.