From: Vincent Zanotti Date: Sun, 10 May 2009 16:47:05 +0000 (+0200) Subject: Removes a forgotten debug statement. X-Git-Tag: xorg/0.10.1~94 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dc4fabf8df4a8a6321ad13cd9440d7c29e9781ae;p=platal.git Removes a forgotten debug statement. Signed-off-by: Vincent Zanotti --- diff --git a/include/reminder.inc.php b/include/reminder.inc.php index 4632167..835fab0 100644 --- a/include/reminder.inc.php +++ b/include/reminder.inc.php @@ -147,7 +147,6 @@ abstract class Reminder if ($position <= 0) { $class = self::GetClassName($candidate['name']); if ($class && call_user_func(array($class, 'IsCandidate'), $user)) { - print $class; return new $class($user, $candidate); } unset($candidates[$key]);