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

Commit 393eeba

Browse files
committed
Remove debug password output
1 parent a6921f1 commit 393eeba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/vagrant-rackspace/action/create_server.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def call(env)
6161

6262
# Create the server
6363
server = env[:rackspace_compute].servers.create(options)
64-
p server.password
6564

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

0 commit comments

Comments
 (0)