diff --git a/gga_load_data.py b/gga_load_data.py
index 6eac2bcde74575ec3d1ac9f0a237ae6302e05d1e..3e05a72d06af5f71889415e87f1ed7a96f2bcf0b 100644
--- a/gga_load_data.py
+++ b/gga_load_data.py
@@ -363,7 +363,6 @@ if __name__ == "__main__":
         # Parse the config yaml file
         load_data_for_current_species.config = utilities.parse_config(args.config)
         # Set the instance url attribute -- Does not work with localhost on scratch (ALB)
-        print(load_data_for_current_species.config["http_port"])
         load_data_for_current_species.instance_url = "http://localhost/sp/{1}_{2}/galaxy/".format(
                 load_data_for_current_species.genus_lowercase,
                 load_data_for_current_species.species)