1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00

remove debug exception

This commit is contained in:
nishiki 2014-01-10 18:01:56 +01:00
parent 4aa959d591
commit f684ebe79b

View file

@ -93,7 +93,6 @@ class Server
# @args: msg -> message puts by the client
# @rtrn: json message
def updateFile(msg)
begin
gpg_key = msg['gpg_key'].sub('@', '_')
data = msg['data']
@ -149,9 +148,6 @@ class Server
end
return send_msg.to_json
rescue Exception => e
puts e
end
end
# Remove a gpg file