Debug print deactivated
This commit is contained in:
parent
5930417ae4
commit
b4a4cdd1ac
@ -128,9 +128,9 @@ pub fn fetch_data(debug_print : Option<bool>) -> NextDeparture {
|
|||||||
if debug_print.is_some() && debug_print.unwrap() == true {
|
if debug_print.is_some() && debug_print.unwrap() == true {
|
||||||
println!("Requesting {:}", json.graph_ql.response.name);
|
println!("Requesting {:}", json.graph_ql.response.name);
|
||||||
println!("Elements {:}", json.graph_ql.response.journeys.elements.len() );
|
println!("Elements {:}", json.graph_ql.response.journeys.elements.len() );
|
||||||
println!("------------------------- %< ----------------------------");
|
//println!("------------------------- %< ----------------------------");
|
||||||
println!("{}", &raw_text);
|
//println!("{}", &raw_text);
|
||||||
println!("------------------------- %< ----------------------------");
|
//println!("------------------------- %< ----------------------------");
|
||||||
}
|
}
|
||||||
|
|
||||||
for el in json.graph_ql.response.journeys.elements {
|
for el in json.graph_ql.response.journeys.elements {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user