Index: /temp/trunk/data/class/SC_SiteSession.php
===================================================================
--- /temp/trunk/data/class/SC_SiteSession.php	(revision 7883)
+++ /temp/trunk/data/class/SC_SiteSession.php	(revision 8055)
@@ -25,6 +25,4 @@
 			}
 		}
-		sfprintr($_SESSION['site']);
-		exit();
 		return false;
 	}
Index: /temp/trunk/data/lib/slib.php
===================================================================
--- /temp/trunk/data/lib/slib.php	(revision 8042)
+++ /temp/trunk/data/lib/slib.php	(revision 8055)
@@ -1544,6 +1544,4 @@
 		$arrOther = unserialize($arrOrder['memo02']);
 		$objPage->arrOther = $arrOther;
-		
-		sfprintr($arrOther);
 	}
 
