remove debug output

This commit is contained in:
Bjoern Schiessle 2013-11-25 23:57:08 +01:00
parent d6fb2afa85
commit 8974107b4e

View file

@ -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;