Skip to content

Commit 9d826d7

Browse files
committed
FIX: Cruft
1 parent 96d22f8 commit 9d826d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mne/viz/backends/_pyvista.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,6 @@ def _is_osmesa(plotter):
13331333
)
13341334
gpu_info = " ".join(gpu_info).lower()
13351335
is_osmesa = "mesa" in gpu_info.split()
1336-
print(is_osmesa)
13371336
if is_osmesa:
13381337
# Try to warn if it's ancient
13391338
version = re.findall("mesa ([0-9.]+)[ -].*", gpu_info) or re.findall(

0 commit comments

Comments
 (0)