diff options
author | mistic100 <mistic@piwigo.org> | 2012-07-30 13:50:28 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-07-30 13:50:28 +0000 |
commit | 8e568b317ce1d46780d767baac53ce74fe332e65 (patch) | |
tree | 4a2a9774addd57e9678cd7b8c5a17a2253c0f379 /admin/include | |
parent | f816bdae1686fa6cfd107715c77916275432fe5c (diff) |
remove debug code from r17002
git-svn-id: http://piwigo.org/svn/trunk@17210 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include')
-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'])) { |