You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2017/05/09 17:58:57 UTC

[2/3] incubator-trafficcontrol git commit: remove unneeded logging

remove unneeded logging


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/0bfb5cd2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/0bfb5cd2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/0bfb5cd2

Branch: refs/heads/master
Commit: 0bfb5cd2107875110c7bceb5188c08ef3d8d4443
Parents: 8f86419
Author: Derek Gelinas <de...@cable.comcast.com>
Authored: Mon May 8 09:42:24 2017 -0400
Committer: Dewayne Richardson <de...@apache.org>
Committed: Tue May 9 11:58:49 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/0bfb5cd2/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm b/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
index ede4ffb..0635435 100644
--- a/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
+++ b/traffic_ops/app/lib/API/Configs/ApacheTrafficServer.pm
@@ -332,7 +332,6 @@ sub get_scope {
 	else {
 		$scope = $self->db->resultset('Parameter')->search( { -and => [ name => 'scope', config_file => $fname ] } )->get_column('value')->first();
 		if ( !defined($scope) ) {
-			$self->app->log->error("Filename not found.  Setting Server scope.");
 			$scope = 'servers';
 		}
 	}