The output of `cdat_info.version()` has a print statement that I assume was included for debugging and should be removed: ```python >>> import cdat_info >>> cdat_info.version() VERSION: 2.8.2 ['', '2.8.2'] ``` It's [here](https://github.com/UV-CDAT/uvcdat/blob/master/Packages/cdat_info/Lib/cdat_info.py#L10)
The output of
cdat_info.version()has a print statement that I assume was included for debugging and should be removed:It's here