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

Cleaned printouts

parent 03723b5a
No related branches found
No related tags found
No related merge requests found
......@@ -80,10 +80,10 @@ function task_work(functionName::String, arguments::String, parametersDict::Dict
condition_met = false
# Connect to the results container
results_connection = get_connection(results_container)
does_table_exist = does_table_exist_for_method(results_connection, functionName, arguments, parametersDict)
println("Does table exist: $does_table_exist for $functionName, $arguments, $parametersDict")
#println("Does table exist: $does_table_exist for $functionName, $arguments, $parametersDict")
# Close the connection to the results container
close_connection(results_connection)
......
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