Skip to content

Commit fddbd91

Browse files
committed
Remove debug output accidentally left in
- fixes #869
1 parent b8ef232 commit fddbd91

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ The released versions correspond to PyPI releases.
33

44
## Unreleased
55

6+
### Fixes
7+
* removed a leftover debug print statement (see [#869](../../issues/869))
8+
69
## [Version 5.2.3](https://pypi.python.org/pypi/pyfakefs/5.2.3) (2023-08-18)
710
Fixes a rare problem on pytest shutdown.
811

Diff for: pyfakefs/fake_filesystem_unittest.py

-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,6 @@ def __init__(
632632
@classmethod
633633
def clear_fs_cache(cls) -> None:
634634
"""Clear the module cache."""
635-
print("Clearing the cache")
636635
cls.CACHED_MODULES = set()
637636
cls.FS_MODULES = {}
638637
cls.FS_FUNCTIONS = {}

0 commit comments

Comments
 (0)