From 64286e9340958669f803dcf14485f97cf7b7d1d6 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 13 Feb 2012 11:51:35 -0500 Subject: [PATCH] remove a thing --- bin/attentive | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/attentive b/bin/attentive index 361bc5f..92d369b 100755 --- a/bin/attentive +++ b/bin/attentive @@ -9,8 +9,6 @@ rescue Bundler::GemfileNotFound $: << File.expand_path('../../lib', __FILE__) end -puts $:.join("\n") - require 'thor' require 'rack' require 'attentive'