Commit 2ad4b20bb365b74603b81e354fad1af8883eb840
1 parent
15355c5b
Exists in
dev
removing print
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/core/pyros_django/obsconfig/configpyros.py
... | ... | @@ -65,7 +65,6 @@ class ConfigPyros: |
65 | 65 | |
66 | 66 | def load(self,observatory_config_file): |
67 | 67 | does_pickle_needs_to_be_updated = self.verify_if_pickle_needs_to_be_updated(observatory_config_file) |
68 | - print(f"OBS CONFIG FILE {observatory_config_file}") | |
69 | 68 | if os.path.isfile(self.CONFIG_PATH+self.pickle_file) and does_pickle_needs_to_be_updated == False: |
70 | 69 | print("Reading pickle file") |
71 | 70 | try: | ... | ... |