debug output should not be there

remotes/origin/stable
Arthur Schiwon 2011-04-17 11:20:28 +07:00
parent fde08b2389
commit 5a03ce696c
1 changed files with 0 additions and 1 deletions

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