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

remove dev debug

This commit is contained in:
nishiki 2014-01-14 23:20:17 +01:00
parent 8b86040af0
commit e8c315403e

View file

@ -38,7 +38,6 @@ class Server
client.puts self.getFile(msg)
when 'update'
client.puts self.updateFile(msg)
puts 'update'
when 'delete'
client.puts self.deleteFile(msg)
when 'close'