Skip to content

Commit

Permalink
Removing preload used for cake 2.2 that is no longer valid for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Jun 24, 2012
1 parent 4478f82 commit e99dbee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/Cake/Core/Configure.php
Expand Up @@ -99,12 +99,6 @@ public static function bootstrap($boot = true) {
static::$_values['Error'],
static::$_values['Exception']
);

// Preload Debugger + String in case of E_STRICT errors when loading files.
if (self::$_values['debug'] > 0) {
class_exists('Cake\Utility\Debugger');
class_exists('Cake\Utility\String');
}
}
}

Expand Down

0 comments on commit e99dbee

Please sign in to comment.