From b4a4cdd1ac2769055b8868447248bde64a055453 Mon Sep 17 00:00:00 2001 From: Ollo Date: Wed, 10 Jan 2024 21:43:56 +0100 Subject: [PATCH] Debug print deactivated --- client/bin/src/straba.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/bin/src/straba.rs b/client/bin/src/straba.rs index 541f33b..d2cfbb2 100644 --- a/client/bin/src/straba.rs +++ b/client/bin/src/straba.rs @@ -128,9 +128,9 @@ pub fn fetch_data(debug_print : Option) -> NextDeparture { if debug_print.is_some() && debug_print.unwrap() == true { println!("Requesting {:}", json.graph_ql.response.name); println!("Elements {:}", json.graph_ql.response.journeys.elements.len() ); - println!("------------------------- %< ----------------------------"); - println!("{}", &raw_text); - println!("------------------------- %< ----------------------------"); + //println!("------------------------- %< ----------------------------"); + //println!("{}", &raw_text); + //println!("------------------------- %< ----------------------------"); } for el in json.graph_ql.response.journeys.elements {