From c1e3f628554ade71740cdc3a36a62def752d8f5e Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 30 Jul 2012 13:48:35 +0000 Subject: remove debug code from r17001 git-svn-id: http://piwigo.org/svn/branches/2.4@17209 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/include/functions.php | 1 - 1 file changed, 1 deletion(-) 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'])) { -- cgit v1.2.3