From 9f93190741d2734000eb2de490adaf72f6ee4a76 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 4 Jan 2019 18:15:27 +0000 Subject: [PATCH] MNT: Removed an unnecessary warning about wx not being present --- fsl/utils/platform.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fsl/utils/platform.py b/fsl/utils/platform.py index 26706f318..1d33d80b1 100644 --- a/fsl/utils/platform.py +++ b/fsl/utils/platform.py @@ -129,7 +129,6 @@ class Platform(notifier.Notifier): import wx self.__canHaveGui = wx.App.IsDisplayAvailable() except ImportError: - log.warning('Could not import wx', exc_info=True) self.__canHaveGui = False # If one of the SSH_/VNC environment -- GitLab