You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2017/03/16 21:09:15 UTC

[17/29] incubator-trafficcontrol git commit: remove dumper from ort

remove dumper from ort


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

Branch: refs/heads/master
Commit: 53db3061170e69e34ae27c25a06b2f0d2c3f0faa
Parents: 9e6096c
Author: Derek Gelinas <mr...@gmail.com>
Authored: Thu Mar 2 23:21:37 2017 +0000
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Thu Mar 16 15:08:24 2017 -0600

----------------------------------------------------------------------
 traffic_ops/bin/traffic_ops_ort.pl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/53db3061/traffic_ops/bin/traffic_ops_ort.pl
----------------------------------------------------------------------
diff --git a/traffic_ops/bin/traffic_ops_ort.pl b/traffic_ops/bin/traffic_ops_ort.pl
index 86fabfa..20b32d4 100755
--- a/traffic_ops/bin/traffic_ops_ort.pl
+++ b/traffic_ops/bin/traffic_ops_ort.pl
@@ -24,7 +24,6 @@ use MIME::Base64;
 use LWP::UserAgent;
 use Crypt::SSLeay;
 use Getopt::Long;
-use Data::Dumper;
 
 $| = 1;
 my $date           = `/bin/date`;