Skip to content

Commit

Permalink
Remove spurious prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Jul 15, 2023
1 parent 0165c4b commit 491be0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scalene/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import os
os.environ["LC_ALL"] = "POSIX"

print("scalene __init__. OS ENVIRON NOW", os.environ["LC_ALL"])

# Jupyter support

from scalene.scalene_magics import *

0 comments on commit 491be0d

Please sign in to comment.