diff --git a/post_processing/rayleigh_diagnostics.py b/post_processing/rayleigh_diagnostics.py index d62d0633..67f9cf5c 100644 --- a/post_processing/rayleigh_diagnostics.py +++ b/post_processing/rayleigh_diagnostics.py @@ -1815,7 +1815,6 @@ def read_dimensions(self,the_file,closefile=False): """ - print(the_file) self.fd = open(the_file,'rb') specs = np.fromfile(self.fd,dtype='int32',count=6) bcheck = specs[0] # If not 314, we need to swap the bytes