Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Apr 12, 2024
1 parent 15aa46e commit e05eb59
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions root/stats/annotation.mhtml
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,6 @@ map {

my $curation_status_js = Data::JavaScript::Anon->anon_dump(\@transposed_curated_stats);

use Data::Dumper;
$Data::Dumper::Maxdepth = 3;
warn Dumper([$curation_status_js]);


my ($completed_sessions, $all_community_sessions) = @curation_response_rate;
my $response_rate = int(1000.0 * $completed_sessions / $all_community_sessions) / 10.0;

Expand Down

0 comments on commit e05eb59

Please sign in to comment.