Explorar el Código

remove debug code

Yves Chedemois hace 15 años
padre
commit
ad31e224ea
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      odtphp/library/zip/PclZipProxy.php

+ 0 - 1
odtphp/library/zip/PclZipProxy.php

@@ -51,7 +51,6 @@ class PclZipProxy implements ZipInterface
 			$this->close();
 		}
 		if (!file_exists(self::TMP_DIR)) {
-		  dsm(self::TMP_DIR);
 			mkdir(self::TMP_DIR);
 		}
 		$this->filename = $filename;