Quellcode durchsuchen

remove debug code

Yves Chedemois vor 15 Jahren
Ursprung
Commit
ad31e224ea
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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;