From be2fb0fd3f7466f00583feefcafd65e34316a10b Mon Sep 17 00:00:00 2001 From: nishiki Date: Sun, 31 Aug 2014 11:09:39 +0200 Subject: [PATCH] remove test --- MPW/Sync/MPWSync.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/MPW/Sync/MPWSync.rb b/MPW/Sync/MPWSync.rb index cdb05bf..16d314b 100644 --- a/MPW/Sync/MPWSync.rb +++ b/MPW/Sync/MPWSync.rb @@ -41,7 +41,6 @@ module MPW Timeout.timeout(10) do begin TCPSocket.open(@host, @port) do - puts 'testi2' @enable = true end rescue Errno::ENETUNREACH