From ad62d89f2b32a5c55b78a2c219b94c10eb2ca021 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 25 Mar 2013 14:23:46 +0100 Subject: [PATCH] Remove Debug output --- core/ajax/update.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/ajax/update.php b/core/ajax/update.php index a2fc72f511c..e40d0def4e4 100644 --- a/core/ajax/update.php +++ b/core/ajax/update.php @@ -36,7 +36,6 @@ if (OC::checkUpgrade(false)) { * @param UpdateWatcher $watcher */ function __doFileCacheUpgrade($watcher) { - file_put_contents('/tmp/debug', "START\n", FILE_APPEND); $query = \OC_DB::prepare(' SELECT DISTINCT user FROM`*PREFIX*fscache` @@ -47,7 +46,6 @@ function __doFileCacheUpgrade($watcher) { return; } $step = 100 / count($users); - file_put_contents('/tmp/debug', 'Step '. print_r($step, true)."\n", FILE_APPEND); $percentCompleted = 0; $lastPercentCompletedOutput = 0; $startInfoShown = false; -- 2.39.5