mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
quiten permanen error_log
This commit is contained in:
parent
07b24b2a60
commit
fb801dafe3
@ -1626,7 +1626,7 @@ class Vfs
|
|||||||
return 'Error creating zip file';
|
return 'Error creating zip file';
|
||||||
}
|
}
|
||||||
|
|
||||||
error_log("Total files: " . $total_files . " Peak memory to zip: " . self::hsize(memory_get_peak_usage(true)));
|
//error_log("Total files: " . $total_files . " Peak memory to zip: " . self::hsize(memory_get_peak_usage(true)));
|
||||||
|
|
||||||
// Stop any buffering
|
// Stop any buffering
|
||||||
while(ob_get_level() > 0)
|
while(ob_get_level() > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user