Skip to content

Commit

Permalink
Update python/cudf/cudf/pandas/fast_slow_proxy.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Roeschke <[email protected]>
  • Loading branch information
galipremsagar and mroeschke authored Aug 27, 2024
1 parent f4cc4b7 commit aa32e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudf/cudf/pandas/fast_slow_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ def _fast_slow_function_call(
f"The exception was {e}."
)
except Exception as err:
print(err)
with nvtx.annotate(
"EXECUTE_SLOW",
color=_CUDF_PANDAS_NVTX_COLORS["EXECUTE_SLOW"],
Expand Down

0 comments on commit aa32e39

Please sign in to comment.