aboutsummaryrefslogtreecommitdiffstats
path: root/quit-notify/notifyquit.pl
diff options
context:
space:
mode:
Diffstat (limited to 'quit-notify/notifyquit.pl')
-rw-r--r--quit-notify/notifyquit.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/quit-notify/notifyquit.pl b/quit-notify/notifyquit.pl
index bcccf87..501ce88 100644
--- a/quit-notify/notifyquit.pl
+++ b/quit-notify/notifyquit.pl
@@ -71,7 +71,6 @@ sub extract_nick {
$completion_char/x; # followed by completion char.
if ($str =~ m/$pattern/) {
- print "Matched: $1";
return $1;
} else {
return undef;