From a64944822b12ed5d0c46f4d6a2398ca93e50b22b Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 12 Oct 2012 15:46:05 +0800 Subject: [PATCH] DataObjects/Events.php --- DataObjects/Events.php | 1 - 1 file changed, 1 deletion(-) diff --git a/DataObjects/Events.php b/DataObjects/Events.php index 2cc60382..f2cf51bf 100644 --- a/DataObjects/Events.php +++ b/DataObjects/Events.php @@ -431,7 +431,6 @@ class Pman_Core_DataObjects_Events extends DB_DataObject if (!copy($f['tmp_name'], $nf)) { echo "failed to copy $file...\n"; } - print_r($f); } file_put_contents($file, json_encode(array( -- 2.39.2