Remove logging
This commit is contained in:
parent
51ed36d6c3
commit
40f14893b6
1 changed files with 0 additions and 3 deletions
|
|
@ -285,8 +285,6 @@ fn display_month(
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
gloo::console::log!(nb_of_weeks);
|
|
||||||
|
|
||||||
for i in 0..6 {
|
for i in 0..6 {
|
||||||
for j in 0..7 {
|
for j in 0..7 {
|
||||||
let day_element: Element = by_id(&format!("day-grid-{}{}", i, j));
|
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(" "));
|
day_element.set_class_name(&classes.join(" "));
|
||||||
} else {
|
} else {
|
||||||
gloo::console::log!("ok");
|
|
||||||
day_element.set_class_name("");
|
day_element.set_class_name("");
|
||||||
day_content.set_inner_html("");
|
day_content.set_inner_html("");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue