summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2016-01-15 00:12:28 -0700
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2016-01-15 00:12:28 -0700
commit30e854e658472795dbf06e072c26dbe2e750f296 (patch)
tree57ff49fcda3f072e766bae8efb2e033c6d53b156
parent145cc46947c03ae878f0f21d7621a4ee80633e4e (diff)
downloadantispammeta-30e854e658472795dbf06e072c26dbe2e750f296.tar.bz2
antispammeta-30e854e658472795dbf06e072c26dbe2e750f296.tar.xz
antispammeta-30e854e658472795dbf06e072c26dbe2e750f296.tar.zst
Remove spammy line from Inspect.pm
-rw-r--r--lib/ASM/Inspect.pm1
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) {