From c0812fa3543235fdf1d2ae43e1bd639d2a7290bd Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 16 Aug 2015 11:39:14 +0200 Subject: [PATCH] This config entry has been separated in latest 'core' changes. Signed-off-by: Roland Haeder --- application/hub/config.php | 6 ------ core | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/application/hub/config.php b/application/hub/config.php index c71f66f93..df325dd15 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -45,9 +45,6 @@ $cfg->setConfigEntry('tpl_engine', 'ConsoleOutput'); // CFG: OUTPUT-CLASS $cfg->setConfigEntry('output_class', 'DebugConsoleOutput'); -// CFG: DEBUG-CLASS -$cfg->setConfigEntry('debug_class', 'DebugConsoleOutput'); - // CFG: NODE-INFO-DB-WRAPPER-CLASS $cfg->setConfigEntry('node_info_db_wrapper_class', 'NodeInformationDatabaseWrapper'); @@ -790,9 +787,6 @@ $cfg->setConfigEntry('node_raw_data_output_stream_class', 'RawDataOutputStream') // CFG: NODE-RAW-DATA-INPUT-STREAM-CLASS $cfg->setConfigEntry('node_raw_data_input_stream_class', 'RawDataInputStream'); -// CFG: DEBUG-OUTPUT-TIMINGS -$cfg->setConfigEntry('debug_output_timings', 'Y'); - // CFG: SOCKET-TIMEOUT-SECONDS $cfg->setConfigEntry('socket_timeout_seconds', 3); diff --git a/core b/core index 993f346ec..1f1aab69c 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 993f346ece437f25fbdba2643f3011cbc1860611 +Subproject commit 1f1aab69c7ee3964dbcd99dba679e3a4fbcbcddb -- 2.39.2