remove print statement

This commit is contained in:
Elijah 2024-06-11 13:31:30 +00:00
parent 1af616a0c5
commit 9bf8484c67

View File

@ -1119,7 +1119,6 @@ async def process(
""" """
from reflex.utils import telemetry from reflex.utils import telemetry
print(f"Event: {event}\n ==================\n")
try: try:
# Add request data to the state. # Add request data to the state.
router_data = event.router_data router_data = event.router_data