Skip to content
Snippets Groups Projects
Commit 18554059 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Remove Debug output

parent e2afd0cb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment