mirror of
https://github.com/nextcloud/server.git
synced 2026-02-22 09:21:04 -05:00
remove debug output
This commit is contained in:
parent
d6fb2afa85
commit
8974107b4e
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue