Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Oct 8, 2024
1 parent 3446919 commit 0f257fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion py-polars/polars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@


def __getattr__(name: str) -> Any:
print("GETTING NAME", name)
# Deprecate re-export of exceptions at top-level
if name in dir(exceptions):
from polars._utils.deprecation import issue_deprecation_warning
Expand Down

0 comments on commit 0f257fb

Please sign in to comment.