Web\Url: remove forgotten "debug" line

This commit is contained in:
Thomas Gelf 2014-06-22 11:59:24 +02:00
parent 4574a41eb5
commit 469eb3dc98
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ class Url
}
foreach ($params as $k => $v) {
echo "Setting $k to $v\n";
$urlParams->set($k, $v);
}
$url->setParams($urlParams);