Skip to content

Commit

Permalink
Removed debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDog3112 committed Apr 20, 2024
1 parent b8a3d60 commit 7e4b423
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ function render_collapsible(draw_options, collapsible, palette, class_name) {
let style = getStyles(img);

let grid_options = draw_options(style, palette);
console.log({
options: grid_options,
pattern: pattern,
width: width,
height: height
});

let img_data = draw_bound_pattern(grid_options, pattern, 0.35, width, height);

Expand Down

0 comments on commit 7e4b423

Please sign in to comment.