mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-17 08:30:04 +00:00
remove debug exception
This commit is contained in:
parent
4aa959d591
commit
f684ebe79b
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue