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:
parent
e0a120d8f1
commit
9067a67d50
1 changed files with 0 additions and 6 deletions
|
@ -97,12 +97,6 @@ class MPWConfig
|
|||
return false
|
||||
end
|
||||
|
||||
begin
|
||||
@sync = TCPSocket.new(@sync_host, @sync_port)
|
||||
rescue
|
||||
@sync = false
|
||||
end
|
||||
|
||||
return true
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue