From aaa19bce2b8fb549442a679cba1382510770ddff Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 31 Mar 2010 21:43:21 -0500 Subject: Fixing Validation error in output profiler --- system/libraries/Profiler.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system') diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index b2c008fc0..3285bc531 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -434,8 +434,6 @@ class CI_Profiler { $output .= "\n"; $output .= ""; - $output .= ""; - return $output; } @@ -467,8 +465,6 @@ class CI_Profiler { $output .= "\n"; $output .= ""; - $output .= ""; - return $output; } -- cgit v1.2.3-24-g4f1b