From 491be0d025368628c55081059e7ba2fcc5b3a5c6 Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Sat, 15 Jul 2023 13:48:51 -0400 Subject: [PATCH] Remove spurious prints. --- scalene/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scalene/__init__.py b/scalene/__init__.py index 125c6da5b..6f6696754 100644 --- a/scalene/__init__.py +++ b/scalene/__init__.py @@ -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 *