Removes a forgotten debug statement.
authorVincent Zanotti <vincent.zanotti@m4x.org>
Sun, 10 May 2009 16:47:05 +0000 (18:47 +0200)
committerVincent Zanotti <vincent.zanotti@m4x.org>
Sun, 10 May 2009 16:47:05 +0000 (18:47 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@m4x.org>
include/reminder.inc.php

index 4632167..835fab0 100644 (file)
@@ -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]);