aboutsummaryrefslogtreecommitdiff
path: root/blacklisting/check-env.pl
diff options
context:
space:
mode:
Diffstat (limited to 'blacklisting/check-env.pl')
-rwxr-xr-xblacklisting/check-env.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/blacklisting/check-env.pl b/blacklisting/check-env.pl
index 0d76156ee..6eb792a52 100755
--- a/blacklisting/check-env.pl
+++ b/blacklisting/check-env.pl
@@ -232,7 +232,7 @@ foreach my $userEnvElem (@userEnvElems) {
# Evaluate each blacklist item.
foreach my $item ($blacklist->getChildrenByTagName("item")) {
my $itemId = $item->getAttributeNode("id")->getValue;
- print " CHECKING FOR $itemId\n";
+# print " CHECKING FOR $itemId\n";
my $condition = ($item->getChildrenByTagName("condition"))[0];
die unless $condition;