sycn
[Pman.Core] / DataObjects / Images.php
index a83b59c..70fb7e7 100644 (file)
@@ -53,8 +53,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     
     function beforeInsert($q, $roo) 
     {
-        print_r('beforeInsert');exit;
-        
         if (isset($q['_remote_upload'])) {
             require_once 'System.php';
             
@@ -106,7 +104,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
      */
     function createFrom($file, $filename=false)
     {
-        print_r('createFrom');exit;
         // copy the file into the storage area..
         if (!file_exists($file) || !filesize($file)) {
             $this->err = "File $file did not exist or is 0 size";