From a876ed3092e39f57a6d1f35fed9319d06b51c1bd Mon Sep 17 00:00:00 2001 From: Christoph Hasse Date: Wed, 31 Jul 2024 17:10:19 -0400 Subject: [PATCH] remove pyuda warning --- omas/omas_machine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/omas/omas_machine.py b/omas/omas_machine.py index 9ec54316..a8f31de3 100644 --- a/omas/omas_machine.py +++ b/omas/omas_machine.py @@ -19,7 +19,6 @@ try: from omas.machine_mappings import mast except ImportError: - print('Could not import mast machine mappings. Check that pyuda is installed') pass