mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46: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()))
|
||||
fmt.Println("Listening on port " + fmt.Sprint(port.Num().Int64()))
|
||||
if err != nil {
|
||||
return ArObject{}, ArErr{
|
||||
TYPE: "SocketError",
|
||||
|
||||
Reference in New Issue
Block a user