From 463c30b30e24771281f93126b3e51bca7580549f Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Sat, 29 Aug 2015 19:49:02 -0400 Subject: [PATCH] remove old socket test message --- pd/nw/pdgui.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pd/nw/pdgui.js b/pd/nw/pdgui.js index 0d9f2f75b..6f3aade7d 100644 --- a/pd/nw/pdgui.js +++ b/pd/nw/pdgui.js @@ -1748,10 +1748,6 @@ function connect () { client.setNoDelay(true); client.connect(PORT, HOST, function() { console.log('CONNECTED TO: ' + HOST + ':' + PORT); - // Write a test message to the socket as soon as the client is connected, - //the server will receive it as message from the client. This can be removed - // once it's obvious it works... - client.write('I am Chuck Norris!;'); }); } -- GitLab