From ec3578e2a2e4eb4dd82fa39158a94d151f099a7c Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 18 Apr 2013 11:08:54 -0700 Subject: [PATCH] Remove extra puts that was supposed to be deleted --- lib/abusetheforce/cli.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/abusetheforce/cli.rb b/lib/abusetheforce/cli.rb index 15c0569..e502d59 100644 --- a/lib/abusetheforce/cli.rb +++ b/lib/abusetheforce/cli.rb @@ -37,7 +37,6 @@ module AbuseTheForce LONG_DESC option :sandbox, :type => :boolean, :aliases => :s, :default => false def add(name, username, security_token) - puts "Add! and prompt pass" password = AbuseTheForce.get_password() host = (options[:sandbox] ? "test.salesforce.com" : "login.salesforce.com")