DataObjects/Images.php
authorEdward <edward@roojs.com>
Wed, 26 Jun 2013 11:20:28 +0000 (19:20 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Jun 2013 11:20:28 +0000 (19:20 +0800)
DataObjects/Images.php

index ded32b9..8b41f9f 100644 (file)
@@ -107,7 +107,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     {
         // copy the file into the storage area..
         if (!file_exists($file) || !filesize($file)) {
-            print_r('runnnnn');exit;
             return false;
         }