From 469eb3dc986c4bc859e20f00d0f028e39c4d647a Mon Sep 17 00:00:00 2001 From: Thomas Gelf <thomas@gelf.net> Date: Sun, 22 Jun 2014 11:59:24 +0200 Subject: [PATCH] Web\Url: remove forgotten "debug" line --- library/Icinga/Web/Url.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Icinga/Web/Url.php b/library/Icinga/Web/Url.php index 7f1dc0efa..019f72929 100644 --- a/library/Icinga/Web/Url.php +++ b/library/Icinga/Web/Url.php @@ -109,7 +109,6 @@ class Url } foreach ($params as $k => $v) { - echo "Setting $k to $v\n"; $urlParams->set($k, $v); } $url->setParams($urlParams);