Skip to content
Snippets Groups Projects
Commit 5a03ce69 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

debug output should not be there

parent fde08b23
No related branches found
No related tags found
No related merge requests found
......@@ -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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment