From 0a7f183ec7a9f792c76ea53a3758a0079c804723 Mon Sep 17 00:00:00 2001 From: promostarr Date: Mon, 17 Apr 2017 16:07:11 +0100 Subject: [PATCH] Undone --- .idea/workspace.xml | 12 ++++++------ notification.rb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3590d52..9aefc45 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -27,8 +27,8 @@ - - + + @@ -268,12 +268,12 @@ - - + + diff --git a/notification.rb b/notification.rb index 21fa516..f9b6429 100644 --- a/notification.rb +++ b/notification.rb @@ -43,6 +43,6 @@ end rescue Exception => e - puts "Error: " + e.message + " TRACE:" + e.backtrace + puts "Error: " + e.message end end