[Bps-public-commit] smokingit branch, master, updated. 0bfe0a88c765fdf1ab8db22e97c9bc54b8ee79a1
Alex Vandiver
alexmv at bestpractical.com
Thu Apr 18 14:47:15 EDT 2013
The branch, master has been updated
via 0bfe0a88c765fdf1ab8db22e97c9bc54b8ee79a1 (commit)
from 848f0e9bd78ad906f5b2bbe7075ad2051aa6458e (commit)
Summary of changes:
lib/Smokingit/View/GitHub.pm | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit 0bfe0a88c765fdf1ab8db22e97c9bc54b8ee79a1
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Apr 18 14:47:11 2013 -0400
Remove a debugging line
diff --git a/lib/Smokingit/View/GitHub.pm b/lib/Smokingit/View/GitHub.pm
index 16b8e40..e510c3f 100644
--- a/lib/Smokingit/View/GitHub.pm
+++ b/lib/Smokingit/View/GitHub.pm
@@ -12,7 +12,6 @@ template '/github' => sub {
die "No payload\n" unless get('payload');
my $json = eval { decode_json(get('payload')) }
or die "Bad JSON: $@\n";
- warn YAML::Dump($json);
my $name = $json->{repository}{name}
or die "No repository name found\n";
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list