diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-07-03 12:26:07 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-07-03 12:26:17 +0200 |
commit | 2fec6cbd5b9729aefc9c02db8b9348ad9f063970 (patch) | |
tree | 13d6c5cada552bb776c900806eb9adb0e60b8b79 /lib/private/util.php | |
parent | b8ced7025e170c98ba43992a81e39465f1e4f97b (diff) | |
download | nextcloud-server-2fec6cbd5b9729aefc9c02db8b9348ad9f063970.tar.gz nextcloud-server-2fec6cbd5b9729aefc9c02db8b9348ad9f063970.zip |
Remove forgotten debug log
Diffstat (limited to 'lib/private/util.php')
-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(); } |