Skip to content

Commit

Permalink
Remove hardcoded appendix value
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Dec 30, 2022
1 parent 6c253eb commit 451059c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions binderhub/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,14 +444,6 @@ async def get(self, provider_prefix, _unescaped_spec):

BuildClass = self.settings.get("build_class")

# appendix = self.settings["appendix"].format(
# binder_url=self.binder_launch_host + self.binder_request,
# persistent_binder_url=self.binder_launch_host
# + self.binder_persistent_request,
# repo_url=repo_url,
# ref_url=self.ref_url,
# )

build = BuildClass(
# All other properties should be set in traitlets config
parent=self.settings["traitlets_parent"],
Expand Down

0 comments on commit 451059c

Please sign in to comment.