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.
2 parents 9f33f12 + ec21a42 commit 985892dCopy full SHA for 985892d
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