From edeffc9ea5ad9f5e1024074246b0b6430941cf03 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 14 Jun 2012 21:34:00 +0000 Subject: [PATCH] remove debug --- include/class_follow_up.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/class_follow_up.php b/include/class_follow_up.php index b9cbbfc98..995729273 100644 --- a/include/class_follow_up.php +++ b/include/class_follow_up.php @@ -1279,7 +1279,6 @@ class Follow_Up { $query = " and ag_id= " . $ag_id; } - var_dump( $query.$str); return $query . $str; }