Skip to content

Commit

Permalink
Removed end page for integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed Dec 10, 2023
1 parent ad67cba commit 750e935
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/framework/processing/py/port/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ def process(sessionId):
meta_data.append(("debug", f"donate consent data"))
yield donate(f"{sessionId}", consent_result.value)

yield exit(0, "Success")
yield render_end_page()


def render_end_page():
page = props.PropsUIPageEnd()
Expand Down

0 comments on commit 750e935

Please sign in to comment.