remove debug output

remotes/origin/stable6
Bjoern Schiessle 13 years ago
parent d6fb2afa85
commit 8974107b4e
  1. 1
      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;

Loading…
Cancel
Save