Remove logging

This commit is contained in:
Greg Burri 2025-06-06 22:51:07 +02:00
parent 51ed36d6c3
commit 40f14893b6

View file

@ -285,8 +285,6 @@ fn display_month(
}
};
gloo::console::log!(nb_of_weeks);
for i in 0..6 {
for j in 0..7 {
let day_element: Element = by_id(&format!("day-grid-{}{}", i, j));
@ -310,7 +308,6 @@ fn display_month(
day_element.set_class_name(&classes.join(" "));
} else {
gloo::console::log!("ok");
day_element.set_class_name("");
day_content.set_inner_html("");
}