diff --git a/src/FACT_elevation.jl b/src/FACT_elevation.jl
index bf2ac9247cca1eaf7b6092c54451dc980233e814..e56493b5e7723e170f02d3c02a6134f69cf0ee73 100644
--- a/src/FACT_elevation.jl
+++ b/src/FACT_elevation.jl
@@ -109,5 +109,8 @@ 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