Skip to content

Commit 601ff57

Browse files
authored
Merge pull request #579 from thewtex/print-environment
BUG: Remove ENVIRONMENT print statement
2 parents b6529cd + 2b968ca commit 601ff57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

itkwidgets/integrations/environment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ def find_env():
3535

3636

3737
ENVIRONMENT = find_env()
38-
print(f'ENVIRONMENT: {ENVIRONMENT}')
3938

4039
if ENVIRONMENT is not Env.COLAB:
4140
if ENVIRONMENT is Env.JUPYTER_NOTEBOOK:

0 commit comments

Comments
 (0)