Skip to content

Commit

Permalink
umu_runtime: don't find obsolete files
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 11, 2024
1 parent 6fad08a commit 909fb82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions umu/umu_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from umu.umu_consts import CONFIG, UMU_CACHE, UMU_LOCAL
from umu.umu_log import log
from umu.umu_util import find_obsolete, https_connection, run_zenity
from umu.umu_util import https_connection, run_zenity

try:
from tarfile import tar_filter
Expand Down Expand Up @@ -210,8 +210,6 @@ def setup_umu(
log.debug("Runtime Platform updates disabled")
return

find_obsolete()

# Force a runtime update
if os.environ.get("UMU_RUNTIME_UPDATE") == "1":
log.debug("Forcing update to Runtime Platform")
Expand Down

0 comments on commit 909fb82

Please sign in to comment.