DataObjects/Images.php
authorEdward <edward@roojs.com>
Wed, 9 Jan 2013 06:48:10 +0000 (14:48 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jan 2013 06:48:10 +0000 (14:48 +0800)
DataObjects/Images.php

index 4abdfca..446fda1 100644 (file)
@@ -111,7 +111,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         
         
         $f = $this->getStoreName();
-        print_r($f);
         $dest = dirname($f);
         if (!file_exists($dest)) {
             // currently this is 0775 due to problems using shared hosing (FTP)