diff --git a/umu/umu_consts.py b/umu/umu_consts.py index e08ef15f..a4f84b27 100644 --- a/umu/umu_consts.py +++ b/umu/umu_consts.py @@ -47,5 +47,3 @@ class MODE(Enum): UMU_LOCAL: Path = ( FLATPAK_PATH if FLATPAK_PATH else Path.home().joinpath(".local", "share", "umu") ) - -UMU_CACHE: Path = Path.home().joinpath(".cache", "umu")