removed unused dbg

This commit is contained in:
Denys Konovalov 2021-12-18 16:41:16 +01:00
parent 16052071fb
commit 4df7ff8413

@ -67,7 +67,6 @@ async fn get_timetable_xml_data(url: &str) -> Vec<serde_json::value::Value> {
.unwrap()
.as_array()
.unwrap();
dbg!(&classes);
classes.to_owned()
}