Skip to content

Commit 7870265

Browse files
committed
remove debugging
1 parent 4a3db57 commit 7870265

File tree

1 file changed

+0
-2
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+0
-2
lines changed

src/azure-cli/azure/cli/command_modules/appservice/custom.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4433,11 +4433,9 @@ def _is_valid_runtime_setting(cls, runtime_setting):
44334433
else:
44344434
end_of_life_dt = end_of_life
44354435
now_utc = datetime.utcnow().replace(tzinfo=timezone.utc)
4436-
print(f"DEBUG: Checking EOL for {getattr(runtime_setting, 'runtime_version', None)}: now={now_utc}, eol={end_of_life_dt}")
44374436
if now_utc >= end_of_life_dt:
44384437
return False
44394438
except Exception as ex:
4440-
print(f"DEBUG: Failed to parse end_of_life_date: {end_of_life} ({ex})")
44414439
pass
44424440
return True
44434441

0 commit comments

Comments
 (0)