Repository: incubator-trafficcontrol Updated Branches: refs/heads/master 224eab5c1 -> 480d8887f
Remove get_cache_health() debug message Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/64f0e4da Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/64f0e4da Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/64f0e4da Branch: refs/heads/master Commit: 64f0e4daf7c10999a937ee1160e910532a297ef5 Parents: bc014de Author: Amir Yeshurun <am...@qwilt.com> Authored: Sun Feb 5 09:48:46 2017 +0200 Committer: Jeremy Mitchell <mitchell...@gmail.com> Committed: Mon Feb 6 10:53:01 2017 -0700 ---------------------------------------------------------------------- traffic_ops/app/lib/MojoPlugins/Health.pm | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/64f0e4da/traffic_ops/app/lib/MojoPlugins/Health.pm ---------------------------------------------------------------------- diff --git a/traffic_ops/app/lib/MojoPlugins/Health.pm b/traffic_ops/app/lib/MojoPlugins/Health.pm index 10432e4..b06c33f 100755 --- a/traffic_ops/app/lib/MojoPlugins/Health.pm +++ b/traffic_ops/app/lib/MojoPlugins/Health.pm @@ -159,9 +159,6 @@ sub register { cachegroups => [], }; - $self->app->log->trace("get_cache_health() - " . - Data::Dumper->Dump([$args, [keys(%{$rascal_data})]], [qw(args rascal_keys)])); - my $cachegroup_data = {}; my $capacity_data = { total => 0 };