1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-27 07:33:05 +00:00

remove tcp test

This commit is contained in:
nishiki 2014-01-12 00:40:58 +01:00
parent e0a120d8f1
commit 9067a67d50

View file

@ -97,12 +97,6 @@ class MPWConfig
return false
end
begin
@sync = TCPSocket.new(@sync_host, @sync_port)
rescue
@sync = false
end
return true
end