Removed some leftover debug code

This commit is contained in:
Josh Sherman 2014-09-28 06:51:35 -04:00
parent 372ba2812b
commit 302f400dcb

View file

@ -222,8 +222,6 @@ class Profiler
*/ */
public static function timer($timer) public static function timer($timer)
{ {
var_dump(time());
exit('EOF');
if (self::enabled('timers')) if (self::enabled('timers'))
{ {
// Starts the timer // Starts the timer