From 7e4b423d697978f0367810b613d7eb1027b5b2a6 Mon Sep 17 00:00:00 2001 From: Johnathon Gaines Date: Sat, 20 Apr 2024 14:44:44 +0000 Subject: [PATCH] Removed debugging statements --- .../hexdoc_hexcasting/_templates/hexcasting_render.js.jinja | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/src/hexdoc_hexcasting/_templates/hexcasting_render.js.jinja b/doc/src/hexdoc_hexcasting/_templates/hexcasting_render.js.jinja index 90cdef7a3..1e37dd25b 100644 --- a/doc/src/hexdoc_hexcasting/_templates/hexcasting_render.js.jinja +++ b/doc/src/hexdoc_hexcasting/_templates/hexcasting_render.js.jinja @@ -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);