summaryrefslogtreecommitdiffstats
path: root/lib/log.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-05-08 18:21:07 +0200
committerBart Visscher <bartv@thisnet.nl>2013-05-13 08:28:10 +0200
commit0b4018e7ff5f2660850338e8ea0aaab57c48209e (patch)
tree7b172fa557599a514395bb62c30b763a2d566232 /lib/log.php
parent7e5bb96027ee4409d8883afffa2cad50cdc3c782 (diff)
downloadnextcloud-server-0b4018e7ff5f2660850338e8ea0aaab57c48209e.tar.gz
nextcloud-server-0b4018e7ff5f2660850338e8ea0aaab57c48209e.zip
Remove include for loading legacy class
Diffstat (limited to 'lib/log.php')
-rw-r--r--lib/log.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/log.php b/lib/log.php
index 6353693a289..d83f88c1df8 100644
--- a/lib/log.php
+++ b/lib/log.php
@@ -154,5 +154,3 @@ class Log {
\OC_Log::write($app, $message, $level);
}
}
-
-require_once __DIR__.'/legacy/'.basename(__FILE__);