Index: trunk/kernel/action.php =================================================================== diff -u -r214 -r228 --- trunk/kernel/action.php (.../action.php) (revision 214) +++ trunk/kernel/action.php (.../action.php) (revision 228) @@ -285,7 +285,6 @@ case "m_SetVariable": $objSession->SetPersistantVariable($_POST["fieldname"], $_POST["varvalue"]); - //echo "Setting $fieldname to $varvalue
\n"; break; case "m_SetSessionVariable": $objSession->SetVariable($_POST["fieldname"], $_POST["varvalue"]);