Remove debugPrint in layout model

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9357 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-09-27 04:35:25 +00:00
parent f763282d56
commit b4f21279f0
2 changed files with 1 additions and 1 deletions

View file

@ -71,7 +71,6 @@
if (!$layout_info) { if (!$layout_info) {
$oLayoutController = &getAdminController('layout'); $oLayoutController = &getAdminController('layout');
$oLayoutController->deleteLayout($layout_srl); $oLayoutController->deleteLayout($layout_srl);
debugPrint('delete');
return; return;
} }

View file

@ -18,6 +18,7 @@
* @brief Log-in by checking user_id and password * @brief Log-in by checking user_id and password
**/ **/
function procMemberLogin($user_id = null, $password = null, $keep_signed = null) { function procMemberLogin($user_id = null, $password = null, $keep_signed = null) {
debugPrint('로그인합니당');
// Variables // Variables
if(!$user_id) $user_id = Context::get('user_id'); if(!$user_id) $user_id = Context::get('user_id');
$user_id = trim($user_id); $user_id = trim($user_id);