Skip to content
Snippets Groups Projects
Commit b23b5aae authored by Robin Appelman's avatar Robin Appelman
Browse files

remove debug output

parent baffa03f
Branches
No related tags found
No related merge requests found
......@@ -432,7 +432,6 @@ class OC_Helper {
$fh=fopen($file,'w');
fclose($fh);
self::$tmpFiles[]=$file;
error_log($file);
return $file;
}
......@@ -442,7 +441,6 @@ class OC_Helper {
public static function cleanTmp(){
foreach(self::$tmpFiles as $file){
if(file_exists($file)){
error_log("clean $file");
unlink($file);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment