summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-09-03 02:07:51 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 02:08:01 -0400
commited89f6bc905644177795c8689f808eb18a26f1c0 (patch)
treec14ae8bf465acf85e3ec3daab4abac5f646e2cfa /bin
parentbf3fcb82185f74f290be6793101a4a00758dbd0c (diff)
downloadconf-ed89f6bc905644177795c8689f808eb18a26f1c0.tar.gz
conf-ed89f6bc905644177795c8689f808eb18a26f1c0.zip
remove debugging
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lint-dist2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/lint-dist b/bin/lint-dist
index a6e2108..411b027 100755
--- a/bin/lint-dist
+++ b/bin/lint-dist
@@ -429,8 +429,6 @@ package Dist::To::Lint {
my $res = HTTP::Tiny->new->get($auth_url);
die "couldn't get data for $url ($res->{status}): $res->{content}"
unless $res->{success};
- warn "$res->{headers}{'x-ratelimit-remaining'}\n"
- if $url =~ /github\.com/;
JSON->new->utf8->decode($res->{content});
}
}