Skip to content
Snippets Groups Projects
Commit b60c39dc authored by rswindell's avatar rswindell
Browse files

Disabled Socket debug mode.

parent 9907ad10
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ if((msg = prompt("Message"))==null) ...@@ -15,7 +15,7 @@ if((msg = prompt("Message"))==null)
exit(); exit();
host = dest.slice(hp+1); host = dest.slice(hp+1);
sock = new Socket(); sock = new Socket();
sock.debug = true; //sock.debug = true;
do { do {
if(!sock.connect(host,25)) { if(!sock.connect(host,25)) {
alert("Connection to " + host + " failed with error " + sock.last_error); alert("Connection to " + host + " failed with error " + sock.last_error);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment