Skip to content

Commit

Permalink
Remove obsolete code that was moved to workshop environment setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed May 6, 2022
1 parent a8d0c17 commit 0b5ee85
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions session-manager/handlers/workshopsession.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,13 +513,6 @@ def workshop_session_create(name, meta, spec, status, patch, logger, **_):

applications = Applications(workshop_spec["session"].get("applications", {}))

# for application in applications:
# if applications.is_enabled(application):
# workshop_config_patch = workshop_spec_patches(
# application, applications.properties(application)
# )
# smart_overlay_merge(workshop_spec, workshop_config_patch)

# Calculate the hostname to be used for this workshop session.

session_hostname = f"{session_namespace}.{INGRESS_DOMAIN}"
Expand Down

0 comments on commit 0b5ee85

Please sign in to comment.