From: Andrew Dolgov Date: Sat, 17 May 2008 02:36:33 +0000 (+0100) Subject: search dialog: remove debugging X-Git-Tag: 1.2.23-final~108 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4bb023143bbc1330e9a37d60f367b23e685826c4;p=tt-rss.git search dialog: remove debugging --- diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php index be178207..1dc38197 100644 --- a/modules/popup-dialog.php +++ b/modules/popup-dialog.php @@ -131,8 +131,6 @@ #$active_feed_id = db_escape_string($_GET["param"]); - print $_GET["param"]; - $params = split(":", db_escape_string($_GET["param"])); $active_feed_id = sprintf("%d", $params[0]);