From 1e3abdc49fa1d51703127033b0d8f2cd45da9741 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Thu, 11 Oct 2012 22:40:48 -0500 Subject: [PATCH] [ticket/11103] Remove debug code PHPBB3-11103 --- phpBB/includes/notification/type/post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/includes/notification/type/post.php b/phpBB/includes/notification/type/post.php index 65b0c1adf2..a2b1fbf82a 100644 --- a/phpBB/includes/notification/type/post.php +++ b/phpBB/includes/notification/type/post.php @@ -149,7 +149,6 @@ class phpbb_notification_type_post extends phpbb_notification_type_base $sql = 'UPDATE ' . NOTIFICATIONS_TABLE . ' SET ' . $this->db->sql_build_array('UPDATE', $notification->add_responders($post)) . ' WHERE notification_id = ' . $row['notification_id']; - echo $sql; $this->db->sql_query($sql); } $this->db->sql_freeresult($result);