diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-07-03 17:58:25 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-07-03 17:58:25 +0200 |
commit | c6bba23636a55be9f177a0bdbe737829963d0044 (patch) | |
tree | be7b23deca14636d4e56b4f327a5e5a5f089b845 | |
parent | 3cbea82bd0bf44f5beb175a524dfa0789a9019ff (diff) | |
parent | 2fec6cbd5b9729aefc9c02db8b9348ad9f063970 (diff) | |
download | nextcloud-server-c6bba23636a55be9f177a0bdbe737829963d0044.tar.gz nextcloud-server-c6bba23636a55be9f177a0bdbe737829963d0044.zip |
Merge pull request #9408 from owncloud/redirectconsolelogfix
Remove forgotten debug log
-rwxr-xr-x | lib/private/util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index 897795f7535..eea194288f9 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(); } |