From 9f8eba93ebfed66b44b39d07c435fa3708679666 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 12 Jul 2013 22:40:34 +0200 Subject: [PATCH] Debug code shall pass away --- wcfsetup/install/files/lib/util/HTTPRequest.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/util/HTTPRequest.class.php b/wcfsetup/install/files/lib/util/HTTPRequest.class.php index e22a851256..6221d6ba45 100644 --- a/wcfsetup/install/files/lib/util/HTTPRequest.class.php +++ b/wcfsetup/install/files/lib/util/HTTPRequest.class.php @@ -246,7 +246,6 @@ final class HTTPRequest { } try { - echo "
new location: ".$this->replyHeaders['Location']."
"; $newRequest->setURL($this->replyHeaders['Location']); } catch (SystemException $e) { -- 2.20.1