mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing unneeded lines in Debugger
This commit is contained in:
parent
d83555cc52
commit
f2c1f9d6b2
1 changed files with 0 additions and 2 deletions
|
@ -176,7 +176,6 @@ class Debugger {
|
|||
if (!$instance || strtolower($class) != strtolower(get_class($instance[0]))) {
|
||||
$instance[0] = new $class();
|
||||
if (Configure::read('debug') > 0) {
|
||||
Configure::version(); // Make sure the core config is loaded
|
||||
$instance[0]->helpPath = Configure::read('Cake.Debugger.HelpPath');
|
||||
}
|
||||
}
|
||||
|
@ -185,7 +184,6 @@ class Debugger {
|
|||
if (!$instance) {
|
||||
$instance[0] = new Debugger();
|
||||
if (Configure::read('debug') > 0) {
|
||||
Configure::version(); // Make sure the core config is loaded
|
||||
$instance[0]->helpPath = Configure::read('Cake.Debugger.HelpPath');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue