From e7839593fa2b3f149de15bd3d2811316e33ed3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 17 Jan 2014 17:40:09 +0100 Subject: [PATCH] [command] Small cleanup. --- lib/motion/project/command.rb | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/lib/motion/project/command.rb b/lib/motion/project/command.rb index 05d7265a..0249a610 100644 --- a/lib/motion/project/command.rb +++ b/lib/motion/project/command.rb @@ -116,17 +116,7 @@ module Motion; module Project end #def self.report_error(exception) - #if exception.is_a?(Interrupt) - #puts "[!] Cancelled".red - #Config.instance.verbose? ? raise : exit(1) - #else - #if ENV['COCOA_PODS_ENV'] != 'development' - #puts UI::ErrorReport.report(exception) - #exit 1 - #else - #raise exception - #end - #end + # TODO in case we ever want to report expections. #end protected