We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26374f8 commit ec21a42Copy full SHA for ec21a42
cmdstanpy/__init__.py
@@ -16,9 +16,9 @@
16
17
def _cleanup_tmpdir() -> None:
18
"""Force deletion of _TMPDIR."""
19
- logging.getLogger('cmdstanpy').info('deleting tmpfiles dir: %s', _TMPDIR)
+ # logging.getLogger('cmdstanpy').info('deleting tmpfiles dir: %s', _TMPDIR)
20
shutil.rmtree(_TMPDIR, ignore_errors=True)
21
- logging.getLogger('cmdstanpy').info('done')
+ # logging.getLogger('cmdstanpy').info('done')
22
23
24
atexit.register(_cleanup_tmpdir)
0 commit comments