mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Oops another pry call to remove...
This commit is contained in:
parent
9deffda1a1
commit
d80d3e7c2c
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ module Fog
|
|||
|
||||
def get(user_name)
|
||||
data = retrieve_users.find { |database| database['name'] == user_name }
|
||||
require 'pry'
|
||||
binding.pry
|
||||
data && new(data)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue