diff --git a/lib/commands/get.pm b/lib/commands/get.pm
index e75036136b581aebebf0ce441efee8e3232ddca3..efd9cf515a274450e5ebbc3805a226e5c109656e 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;