DataObjects/Images.php
authorEdward <edward@roojs.com>
Tue, 19 Nov 2013 12:59:08 +0000 (20:59 +0800)
committerEdward <edward@roojs.com>
Tue, 19 Nov 2013 12:59:08 +0000 (20:59 +0800)
DataObjects/Images.php

index 08e4aee..4553d48 100644 (file)
@@ -147,7 +147,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         
         
         $f = $this->getStoreName();
-        print_r($f);exit;
         $dest = dirname($f);
         if (!file_exists($dest)) {
             // currently this is 0775 due to problems using shared hosing (FTP)