mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
NOISSUE 불필요한 debugPrint()제거
This commit is contained in:
parent
4a6b1e61f6
commit
d8fdda75f9
1 changed files with 1 additions and 1 deletions
|
|
@ -2112,7 +2112,7 @@ class memberController extends member
|
|||
$oDB->rollback();
|
||||
return $output;
|
||||
}
|
||||
debugPrint($args->group_srl_list);
|
||||
|
||||
if($args->group_srl_list)
|
||||
{
|
||||
if(is_array($args->group_srl_list)) $group_srl_list = $args->group_srl_list;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue