We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0191607 commit 9ed8355Copy full SHA for 9ed8355
rioxarray/_io.py
@@ -70,7 +70,6 @@ def file_handle(self):
70
"""
71
if self._file_handle is not None:
72
return self._file_handle
73
- print("OPEN")
74
self._file_handle = self._opener(*self._args, mode=self._mode, **self._kwargs)
75
76
@@ -79,7 +78,6 @@ def close(self):
79
78
Close file handle.
80
81
82
- print("CLOSE")
83
self._file_handle.close()
84
self._file_handle = None
85
0 commit comments