mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
quiten permanen error_log
This commit is contained in:
parent
f98f5bea92
commit
2fc78231d3
@ -1624,7 +1624,7 @@ class Vfs
|
||||
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
|
||||
while(ob_get_level() > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user