diff options
| author | 2016-01-15 00:12:28 -0700 | |
|---|---|---|
| committer | 2016-01-15 00:12:28 -0700 | |
| commit | 30e854e658472795dbf06e072c26dbe2e750f296 (patch) | |
| tree | 57ff49fcda3f072e766bae8efb2e033c6d53b156 /lib/ASM | |
| parent | 145cc46947c03ae878f0f21d7621a4ee80633e4e (diff) | |
Remove spammy line from Inspect.pm
Diffstat (limited to 'lib/ASM')
| -rw-r--r-- | lib/ASM/Inspect.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ASM/Inspect.pm b/lib/ASM/Inspect.pm index ae36d16..0177dd4 100644 --- a/lib/ASM/Inspect.pm +++ b/lib/ASM/Inspect.pm @@ -54,7 +54,6 @@ sub on_httpResponse sub on_public { my ($conn, $event) = @_; - print "on_public inspect\n"; my $chan = lc $event->{to}[0]; $chan =~ s/^[+@]//; if ($event->{args}->[0] =~ /(https?:\/\/bitly.com\/\w+|https?:\/\/bit.ly\/\w+|https?:\/\/j.mp\/\w+|https?:\/\/tinyurl.com\/\w+)/i) { |
