mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
remove println
This commit is contained in:
@@ -35,7 +35,6 @@ func ArSocket(args ...any) (any, ArErr) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ln, err := net.Listen(networktype, ":"+fmt.Sprint(port.Num().Int64()))
|
ln, err := net.Listen(networktype, ":"+fmt.Sprint(port.Num().Int64()))
|
||||||
fmt.Println("Listening on port " + fmt.Sprint(port.Num().Int64()))
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return ArObject{}, ArErr{
|
return ArObject{}, ArErr{
|
||||||
TYPE: "SocketError",
|
TYPE: "SocketError",
|
||||||
|
|||||||
Reference in New Issue
Block a user