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;