summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-07-03 17:58:25 +0200
committerVincent Petry <pvince81@owncloud.com>2014-07-03 17:58:25 +0200
commitc6bba23636a55be9f177a0bdbe737829963d0044 (patch)
treebe7b23deca14636d4e56b4f327a5e5a5f089b845
parent3cbea82bd0bf44f5beb175a524dfa0789a9019ff (diff)
parent2fec6cbd5b9729aefc9c02db8b9348ad9f063970 (diff)
downloadnextcloud-server-c6bba23636a55be9f177a0bdbe737829963d0044.tar.gz
nextcloud-server-c6bba23636a55be9f177a0bdbe737829963d0044.zip
Merge pull request #9408 from owncloud/redirectconsolelogfix
Remove forgotten debug log
-rwxr-xr-xlib/private/util.php1
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();
}