From 0613630f8173f7db91d893b5a31ca67264f5fc03 Mon Sep 17 00:00:00 2001
From: Riccardo Boero <ribo@nilu.no>
Date: Thu, 21 Mar 2024 15:54:12 +0100
Subject: [PATCH] Removed debugging info on elevation

---
 src/FACT_elevation.jl | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/FACT_elevation.jl b/src/FACT_elevation.jl
index e56493b..bf2ac92 100644
--- a/src/FACT_elevation.jl
+++ b/src/FACT_elevation.jl
@@ -109,8 +109,5 @@ function get_elevation_data(service_query::String, selection::Dict; host::String
     
     # data retrieval
     df = get_results_from_service(service_query, df_template, service_dict, selection; host=host, port=5003)
-    println("This is the returned DataFrame: ")
-    println(df)
-    println("End of DataFrame")
     return df
 end
-- 
GitLab