aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Plugin/Map.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/Plugin/Map.pm b/Plugin/Map.pm
index 2e811cf..25d100d 100644
--- a/Plugin/Map.pm
+++ b/Plugin/Map.pm
@@ -67,10 +67,6 @@ sub map {
return "Syntax: map command [item1, item2, ...]" unless $command and $subjects_raw;
my ($e, @subjects) = parse_list($subjects_raw);
- if ($e) {
- print "It's error";
- }
- $logger->("Error: $e");
return $e if $e;
my @results = map { $run_command->("$command $_", $who, $where) } @subjects;