From 9bb4930413ed9b2e35ed7e6527f6f6648d954b34 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 5 May 2019 23:40:15 +0200 Subject: [PATCH] Removing leftover (fixes #3620) --- lib/core/settings.py | 2 +- lib/request/connect.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index c4dbdb0c4..dbd497fd2 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -18,7 +18,7 @@ from lib.core.enums import OS from thirdparty import six # sqlmap version (...) -VERSION = "1.3.5.20" +VERSION = "1.3.5.21" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/lib/request/connect.py b/lib/request/connect.py index dccbd0baf..c007932c5 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -675,7 +675,6 @@ class Connect(object): except (_urllib.error.URLError, socket.error, socket.timeout, _http_client.HTTPException, struct.error, binascii.Error, ProxyError, SqlmapCompressionException, WebSocketException, TypeError, ValueError, OverflowError): tbMsg = traceback.format_exc() - print(tbMsg) if checking: return None, None, None elif "no host given" in tbMsg: