From 106e5de5b00f2339e3b0001be1ed812b7c584f7f Mon Sep 17 00:00:00 2001
From: Alexandre Morignot <erdnaxeli@cervoi.se>
Date: Thu, 29 Jan 2015 16:48:35 +0100
Subject: [PATCH] remove debug

---
 lib/sites/parser.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/sites/parser.pm b/lib/sites/parser.pm
index aea9733..8db61c7 100644
--- a/lib/sites/parser.pm
+++ b/lib/sites/parser.pm
@@ -45,7 +45,6 @@ sub parse {
 	}
     elsif ($msg =~ m#(?:^|[^!])https?://www.dailymotion.com/video/([a-z0-9]+)#) {
         eval { %content = dailymotion::get($1) };
-        print $1."\n";
 
         $content{'site'} = 'dailymotion';
         $content{'url'} = 'https://www.dailymotion.com/video/' . $1;
-- 
GitLab