mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50: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
|
# @args: msg -> message puts by the client
|
||||||
# @rtrn: json message
|
# @rtrn: json message
|
||||||
def updateFile(msg)
|
def updateFile(msg)
|
||||||
begin
|
|
||||||
gpg_key = msg['gpg_key'].sub('@', '_')
|
gpg_key = msg['gpg_key'].sub('@', '_')
|
||||||
data = msg['data']
|
data = msg['data']
|
||||||
|
|
||||||
|
@ -149,9 +148,6 @@ class Server
|
||||||
end
|
end
|
||||||
|
|
||||||
return send_msg.to_json
|
return send_msg.to_json
|
||||||
rescue Exception => e
|
|
||||||
puts e
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Remove a gpg file
|
# Remove a gpg file
|
||||||
|
|
Loading…
Add table
Reference in a new issue