]> source.dussan.org Git - nextcloud-server.git/commitdiff
debug output should not be there
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Sun, 17 Apr 2011 09:20:28 +0000 (11:20 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Sun, 17 Apr 2011 09:20:28 +0000 (11:20 +0200)
lib/filestorage.php

index 462cc402814f4ba713ebc3ecd9922768ccfd567e..fbd28a7dfb316f051d5a7106f9a1dfd58b9c4239 100644 (file)
@@ -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']);