From 90e31d09591e7a00b344bec013ba1c091d9cd4af Mon Sep 17 00:00:00 2001
From: Alexandre Morignot <erdnaxeli@cervoi.se>
Date: Tue, 17 Feb 2015 14:58:17 +0100
Subject: [PATCH] remove useless print

---
 Sam/commands/add.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Sam/commands/add.pm b/Sam/commands/add.pm
index 2a78334..9e09295 100644
--- a/Sam/commands/add.pm
+++ b/Sam/commands/add.pm
@@ -29,8 +29,6 @@ sub exec {
         calendar    => $chan->calendar
     );
 
-    print $chan->name, $chan->calendar_id, "\n";
-
     # insert into db
     $event->save();
     
-- 
GitLab