From 8974107b4e61e2da44015fbac2d14cd291edfe47 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 25 Nov 2013 23:57:08 +0100 Subject: [PATCH] remove debug output --- apps/files_encryption/ajax/getMigrationStatus.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/files_encryption/ajax/getMigrationStatus.php b/apps/files_encryption/ajax/getMigrationStatus.php index e6d2f3dea6c..f912a238caa 100644 --- a/apps/files_encryption/ajax/getMigrationStatus.php +++ b/apps/files_encryption/ajax/getMigrationStatus.php @@ -17,7 +17,6 @@ $migrationCompleted = true; if ($user !== '' && $password !== '') { if (\OCP\User::checkPassword($user, $password)) { - error_log("password ok"); $util = new Util(new \OC_FilesystemView('/'), $user); if ($util->getMigrationStatus($user) !== Util::MIGRATION_COMPLETED) { $migrationCompleted = false;