Skip to content

Commit

Permalink
Remove console.log statement
Browse files Browse the repository at this point in the history
Signed-off-by: Kipruto <[email protected]>
  • Loading branch information
kelvinkipruto committed Aug 12, 2024
1 parent eb42382 commit 30fac09
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function configureScope(
break;
case "heatmap":
vegaSpec = HeatMapScope(scopeOptions);
console.log("HeatMapScope", vegaSpec);
break;
default:
if (isMobile) {
Expand Down

0 comments on commit 30fac09

Please sign in to comment.