diff options
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 93453715b..30e178553 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -2365,7 +2365,6 @@ function clear_derivative_cache_rec($path, $pattern) function delete_element_derivatives($infos, $type='all') { -file_put_contents('/tmp/pwg24ws.log', "\n==== ".date('c')."\n".__FUNCTION__.' : '.var_export($infos, true)."\n", FILE_APPEND); $path = $infos['path']; if (!empty($infos['representative_ext'])) { |