Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Remove debug password output
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Mar 12, 2013
1 parent a6921f1 commit 393eeba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-rackspace/action/create_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def call(env)

# Create the server
server = env[:rackspace_compute].servers.create(options)
p server.password

# Store the ID right away so we can track it
env[:machine].id = server.id
Expand Down

0 comments on commit 393eeba

Please sign in to comment.