From 14f7c413a99a8dd30528eebdafadc08c1203af47 Mon Sep 17 00:00:00 2001
From: Alexandre Morignot <erdnaxeli@cervoi.se>
Date: Sun, 25 Jan 2015 00:30:08 +0100
Subject: [PATCH] remove debug

---
 lib/commands/get.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/commands/get.pm b/lib/commands/get.pm
index e750361..efd9cf5 100644
--- a/lib/commands/get.pm
+++ b/lib/commands/get.pm
@@ -28,8 +28,6 @@ sub exec {
     my $rows;
 
     my @words = ($msg =~ /(?:^| )([^#\s]+)/g);
-    print "@words\n";
-    print "@tags\n";
 
     if (not defined $last_req or $msg ne $last_req) {
         my $dbh = utils::db::get_session;
-- 
GitLab