Deleted debug code

This commit is contained in:
BJRambo 2017-06-19 16:39:23 +09:00
parent c64f29767e
commit f88b4ee99e

View file

@ -122,7 +122,6 @@ class communicationView extends communication
// Extract a list
$columnList = array('message_srl', 'readed', 'title', 'member.member_srl', 'member.nick_name', 'message.regdate', 'readed_date');
$output = $oCommunicationModel->getMessages($message_type, $columnList);
debugPRint($output);
// set a template file
Context::set('total_count', $output->total_count);