Spreadsheet/Excel/Writer/Parser.php
authoredward <edward@roojs.com>
Thu, 12 May 2016 05:49:14 +0000 (13:49 +0800)
committeredward <edward@roojs.com>
Thu, 12 May 2016 05:49:14 +0000 (13:49 +0800)
Spreadsheet/Excel/Writer/Parser.php

index f41fda3..33a272f 100644 (file)
@@ -1646,7 +1646,6 @@ class Spreadsheet_Excel_Writer_Parser extends PEAR
     */
     function toReversePolish($tree = array())
     {
-        print_R($this->_parse_tree);exit;
         $polish = ""; // the string we are going to return
         if (empty($tree)) { // If it's the first call use _parse_tree
             $tree = $this->_parse_tree;