includes/sessions.php
changeset 1084 742cb0f10766
parent 1081 745200a9cc2a
child 1089 16a1e8626dd9
--- a/includes/sessions.php	Thu Aug 20 20:19:20 2009 -0400
+++ b/includes/sessions.php	Thu Aug 20 21:15:19 2009 -0400
@@ -1250,7 +1250,7 @@
     }
     if($db->numrows() < 1)
     {
-      echo '(debug) $session->validate_session: Key was not found in database: ' . $key_md5 . '<br />';
+      // echo '(debug) $session->validate_session: Key was not found in database: ' . $key_md5 . '<br />';
       return false;
     }
     $row = $db->fetchrow();