From 7dc57285d61f74870ab7d423c790dc1d01f7a23b Mon Sep 17 00:00:00 2001 From: David Phillips Date: Tue, 11 Sep 2018 22:11:20 +1200 Subject: Remove debug prints --- Plugin/Map.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Plugin') 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; -- cgit v1.1