mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-21 22:56:28 +00:00
Remove extra puts that was supposed to be deleted
This commit is contained in:
parent
265693df37
commit
ec3578e2a2
@ -37,7 +37,6 @@ module AbuseTheForce
|
|||||||
LONG_DESC
|
LONG_DESC
|
||||||
option :sandbox, :type => :boolean, :aliases => :s, :default => false
|
option :sandbox, :type => :boolean, :aliases => :s, :default => false
|
||||||
def add(name, username, security_token)
|
def add(name, username, security_token)
|
||||||
puts "Add! and prompt pass"
|
|
||||||
password = AbuseTheForce.get_password()
|
password = AbuseTheForce.get_password()
|
||||||
host = (options[:sandbox] ? "test.salesforce.com" : "login.salesforce.com")
|
host = (options[:sandbox] ? "test.salesforce.com" : "login.salesforce.com")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user