[Pkg-owncloud-commits] [owncloud] 140/239: remove debug output

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:30 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 8974107b4e61e2da44015fbac2d14cd291edfe47
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Mon Nov 25 23:57:08 2013 +0100

    remove debug output
---
 apps/files_encryption/ajax/getMigrationStatus.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/files_encryption/ajax/getMigrationStatus.php b/apps/files_encryption/ajax/getMigrationStatus.php
index e6d2f3d..f912a23 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list