Description: Don't disable InsecureRequestWarning warnings
Author: Moritz Schlarb <schlarbm@uni-mainz.de>
Bug-Debian: https://bugs.debian.org/861152
Bug-Debian: https://bugs.debian.org/861725

diff --git a/Nagstamon/Servers/Generic.py b/Nagstamon/Servers/Generic.py
index dd9dcb1..17ebf17 100644
--- a/Nagstamon/Servers/Generic.py
+++ b/Nagstamon/Servers/Generic.py
@@ -18,13 +18,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 
 import requests
-# disable annoying InsecureRequestWarning warnings
-try:
-    requests.packages.urllib3.disable_warnings()
-except:
-    # older requests version might not have the packages submodule
-    # for example the one in Ubuntu 14.04
-    pass
 
 import sys
 import socket
