debug output should not be there

This commit is contained in:
Arthur Schiwon 2011-04-17 11:20:28 +02:00
parent fde08b2389
commit 5a03ce696c

View 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']);