summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/ajax/getMigrationStatus.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-11-25 23:57:08 +0100
committerBjoern Schiessle <schiessle@owncloud.com>2013-11-25 23:57:08 +0100
commit8974107b4e61e2da44015fbac2d14cd291edfe47 (patch)
tree8f5757b50d00cca4155623ecb5e8cd69d7498a11 /apps/files_encryption/ajax/getMigrationStatus.php
parentd6fb2afa8580b7d12b1f0cfc2bb8fb29e01a087f (diff)
downloadnextcloud-server-8974107b4e61e2da44015fbac2d14cd291edfe47.tar.gz
nextcloud-server-8974107b4e61e2da44015fbac2d14cd291edfe47.zip
remove debug output
Diffstat (limited to 'apps/files_encryption/ajax/getMigrationStatus.php')
-rw-r--r--apps/files_encryption/ajax/getMigrationStatus.php1
1 files changed, 0 insertions, 1 deletions
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;