[libcode-tidyall-perl] 239/374: get rid of dp
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:27 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit e9bce65702b5819bb2916fb8b663beb157c5c6fb
Author: Jonathan Swartz <swartz at pobox.com>
Date: Fri Sep 14 12:54:16 2012 -0400
get rid of dp
---
lib/Code/TidyAll/Plugin/JSHint.pm | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/Code/TidyAll/Plugin/JSHint.pm b/lib/Code/TidyAll/Plugin/JSHint.pm
index a73a66a..1a3913f 100644
--- a/lib/Code/TidyAll/Plugin/JSHint.pm
+++ b/lib/Code/TidyAll/Plugin/JSHint.pm
@@ -25,8 +25,6 @@ sub validate_file {
my $cmd = sprintf( "%s %s %s", $self->cmd, $self->argv, $file );
my $output = capture_merged { system($cmd) };
- use d;
- dp $output;
die "$output\n" if $output =~ /\S/;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list