From f1222613592350e5b803a215b2885cae8cc011d2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 4 Sep 2013 16:49:08 +0800 Subject: [PATCH] ExcelToJson.php --- ExcelToJson.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ExcelToJson.php b/ExcelToJson.php index c655290f..4628450b 100644 --- a/ExcelToJson.php +++ b/ExcelToJson.php @@ -30,8 +30,7 @@ class Pman_Core_ExcelToJson extends Pman_Roo require_once 'File/Convert.php'; $fc = new File_Convert($img->getStoreName(), $img->mimetype ); $csv = $fc->convert('text/csv'); - print_r($fc); - $ret = $this->importCsv($csv); + $ret = $this->importCsv($csv); -- 2.39.2