[pLog-svn] r4253 - plog/trunk/class/action

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Nov 6 20:04:16 GMT 2006


Author: oscar
Date: 2006-11-06 20:04:15 +0000 (Mon, 06 Nov 2006)
New Revision: 4253

Modified:
   plog/trunk/class/action/blogaction.class.php
Log:
removed some unnecessary debug stuff


Modified: plog/trunk/class/action/blogaction.class.php
===================================================================
--- plog/trunk/class/action/blogaction.class.php	2006-11-06 20:02:06 UTC (rev 4252)
+++ plog/trunk/class/action/blogaction.class.php	2006-11-06 20:04:15 UTC (rev 4253)
@@ -66,11 +66,6 @@
 			// load userinfo data if any
 			$this->_userInfo = SessionManager::getUserInfoFromSession();
 			
-			if( $this->_userInfo )
-				print( "Logged in user: ".$this->_userInfo->getUsername());
-			else
-				print("NO LOGGED IN USER!" );
-
             $this->checkDateParameter();
 			
             // initialize the plugin manager



More information about the pLog-svn mailing list