From: Arthur Schiwon Date: Sun, 17 Apr 2011 09:20:28 +0000 (+0200) Subject: debug output should not be there X-Git-Tag: v3.0~267^2~558^2~101 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a03ce696c24e577fd0fbc8235df50c34fb1c05c;p=nextcloud-server.git debug output should not be there --- diff --git a/lib/filestorage.php b/lib/filestorage.php index 462cc402814..fbd28a7dfb3 100644 --- a/lib/filestorage.php +++ b/lib/filestorage.php @@ -379,7 +379,6 @@ class OC_FILESTORAGE_LOCAL extends OC_FILESTORAGE{ } public function fromTmpFile($tmpFile,$path){ -die( "oh nooo!" ); $fileStats = stat($tmpFile); if(rename($tmpFile,$this->datadir.$path)){ touch($this->datadir.$path, $fileStats['mtime'], $fileStats['atime']);