diff --git a/plugins/Google/GoogleSOAPFacade.py b/plugins/Google/GoogleSOAPFacade.py index 0aab3cf40..c497d17a5 100644 --- a/plugins/Google/GoogleSOAPFacade.py +++ b/plugins/Google/GoogleSOAPFacade.py @@ -39,8 +39,6 @@ try: raise ImportError except ImportError: - warn( "SOAPpy not imported. Trying legacy SOAP.py.", - DeprecationWarning ) try: import SOAP except ImportError: