]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Review Modifications
[friendica.git] / boot.php
index 6b66625c6c0a03b8d689bfdf414e26d8e939612d..3efd065f3edf207baa8c952c83b37c2706686257 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -106,20 +106,6 @@ define('SSL_POLICY_FULL',         1);
 define('SSL_POLICY_SELFSIGN',     2);
 /* @}*/
 
-/**
- * @name Logger
- *
- * log levels
- * @{
- */
-define('LOGGER_WARNING',         0);
-define('LOGGER_INFO',            1);
-define('LOGGER_TRACE',           2);
-define('LOGGER_DEBUG',           3);
-define('LOGGER_DATA',            4);
-define('LOGGER_ALL',             5);
-/* @}*/
-
 /**
  * @name Register
  *