Skip to content
Snippets Groups Projects
Commit 0613630f authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Removed debugging info on elevation

parent 952005a5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment