removed unused dbg
This commit is contained in:
parent
16052071fb
commit
4df7ff8413
@ -67,7 +67,6 @@ async fn get_timetable_xml_data(url: &str) -> Vec<serde_json::value::Value> {
|
|||||||
.unwrap()
|
.unwrap()
|
||||||
.as_array()
|
.as_array()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
dbg!(&classes);
|
|
||||||
classes.to_owned()
|
classes.to_owned()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user