We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ef232 commit fddbd91Copy full SHA for fddbd91
CHANGES.md
@@ -3,6 +3,9 @@ The released versions correspond to PyPI releases.
3
4
## Unreleased
5
6
+### Fixes
7
+* removed a leftover debug print statement (see [#869](../../issues/869))
8
+
9
## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-08-18)
10
Fixes a rare problem on pytest shutdown.
11
pyfakefs/fake_filesystem_unittest.py
@@ -632,7 +632,6 @@ def __init__(
632
@classmethod
633
def clear_fs_cache(cls) -> None:
634
"""Clear the module cache."""
635
- print("Clearing the cache")
636
cls.CACHED_MODULES = set()
637
cls.FS_MODULES = {}
638
cls.FS_FUNCTIONS = {}
0 commit comments