aboutsummaryrefslogtreecommitdiff
path: root/pyfakefs/fake_filesystem_unittest.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfakefs/fake_filesystem_unittest.py')
-rw-r--r--pyfakefs/fake_filesystem_unittest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyfakefs/fake_filesystem_unittest.py b/pyfakefs/fake_filesystem_unittest.py
index c916fdb..4604a65 100644
--- a/pyfakefs/fake_filesystem_unittest.py
+++ b/pyfakefs/fake_filesystem_unittest.py
@@ -632,7 +632,6 @@ class Patcher:
@classmethod
def clear_fs_cache(cls) -> None:
"""Clear the module cache."""
- print("Clearing the cache")
cls.CACHED_MODULES = set()
cls.FS_MODULES = {}
cls.FS_FUNCTIONS = {}