Skip to content

Commit

Permalink
removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dann committed Feb 11, 2013
1 parent e96b218 commit 9242336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Plack/Middleware/Profiler/KYTProf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ sub _load_profiles {
$profiles
||= ['Plack::Middleware::Profiler::KYTProf::Profile::DefaultProfile'];
foreach my $profile (@$profiles) {
print $profile . "\n";
load $profile;
$profile->load;
}
Expand Down

0 comments on commit 9242336

Please sign in to comment.