Skip to content

Commit 65c41f0

Browse files
committed
remove print
1 parent 7f2c733 commit 65c41f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pcweb/pages/landing/views/hero.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class SubmitPromptState(rx.State):
77

88
@rx.event
99
def redirect_to_ai_builder(self, form_data: dict):
10-
print(form_data)
1110
if prompt := form_data.get("prompt"):
1211
return rx.redirect(f"{REFLEX_BUILD_URL.strip('/')}/?prompt={prompt}")
1312

0 commit comments

Comments
 (0)