remove println

This commit is contained in:
2023-06-22 09:34:13 +01:00
parent b8ceafa3c9
commit 1a2ad64ea4

View File

@@ -35,7 +35,6 @@ func ArSocket(args ...any) (any, ArErr) {
}
}
ln, err := net.Listen(networktype, ":"+fmt.Sprint(port.Num().Int64()))
fmt.Println("Listening on port " + fmt.Sprint(port.Num().Int64()))
if err != nil {
return ArObject{}, ArErr{
TYPE: "SocketError",