From ea56877242c90455e369ce48e4cf5509c19fcccc Mon Sep 17 00:00:00 2001 From: Lorena Hendrix Date: Tue, 20 Feb 2024 14:49:50 +0100 Subject: [PATCH] Removed print comment --- flask_api/api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flask_api/api.py b/flask_api/api.py index 14d46b7..1b0eac7 100644 --- a/flask_api/api.py +++ b/flask_api/api.py @@ -79,7 +79,6 @@ def run_julia(q_in,q_out): electrolyte_potential, positive_electrode_potential] - print(output) # print("1: ", negative_electrode_grid) # print("2: ", output[5])