remove debugPrint()

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9743 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-10-26 01:38:04 +00:00
parent 632b92c21a
commit 45fb978a9b

View file

@ -236,7 +236,6 @@
// Pre-register the attachment
if($comment_obj->uploaded_count) {
$files = $oFileModel->getFiles($comment_obj->comment_srl, true);
debugPrint($files);
foreach($files as $key => $val) {
$file_info = array();
$file_info['tmp_name'] = $val->uploaded_filename;