From 445db2e421e54bb37299385fa209ec251293edd9 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 16 Oct 2014 13:08:30 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@7790 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Http.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/Core/Http.cpp b/uppsrc/Core/Http.cpp index 667c3cf5d..1298267bb 100644 --- a/uppsrc/Core/Http.cpp +++ b/uppsrc/Core/Http.cpp @@ -396,7 +396,6 @@ bool HttpRequest::Do() } if(phase == FAILED) { - DDUMP(max_retries); if(retry_count++ < max_retries) { LLOGS("HTTP retry on error " << GetErrorDesc()); start_time = msecs();