Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Log.php b/core/Log.php
index 8bcf91df9c..d22b88160b 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -114,8 +114,6 @@ class Log extends Singleton
const LOGGER_FILE_PATH_CONFIG_OPTION = 'logger_file_path';
const STRING_MESSAGE_FORMAT_OPTION = 'string_message_format';
- const GET_AVAILABLE_WRITERS_EVENT = 'Log.getAvailableWriters';
-
/**
* The backtrace string to use when testing.
*