[Pkg-owncloud-commits] [owncloud] 253/273: Remove forgotten debug log

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:23 UTC 2014


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

taffit pushed a commit to branch master
in repository owncloud.

commit 2fec6cbd5b9729aefc9c02db8b9348ad9f063970
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Thu Jul 3 12:26:07 2014 +0200

    Remove forgotten debug log
---
 lib/private/util.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/private/util.php b/lib/private/util.php
index 897795f..eea1942 100755
--- a/lib/private/util.php
+++ b/lib/private/util.php
@@ -852,7 +852,6 @@ class OC_Util {
 	 */
 	public static function redirectToDefaultPage() {
 		$location = self::getDefaultPageUrl();
-		OC_Log::write('core', 'redirectToDefaultPage: '.$location, OC_Log::DEBUG);
 		header('Location: '.$location);
 		exit();
 	}

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