Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit c576003

Browse files
remove crap from example
1 parent 03788a5 commit c576003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

byond-extools/src/dm/socket.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
__register_socket()
1010

1111
/datum/socket/Del()
12-
//world << "Deleting socket"
1312
__deregister_socket()
1413

1514
//addr is a string with IP or domain, port is a number
@@ -24,7 +23,7 @@
2423
__wait_for_data()
2524
return __retrieve_data()
2625

27-
//disconnect the socket
26+
//disconnect the socket, unimplemented
2827
/datum/socket/proc/close()
2928

3029
/* Example:

0 commit comments

Comments
 (0)