delete println

This commit is contained in:
2025-11-30 10:13:08 +02:00
parent 96f67941ce
commit 04718759c4

View File

@@ -259,7 +259,6 @@ func (ls *LiveServer) Reload(newAddr string) error {
}
ls.mu.Unlock()
println("Old addr:", oldAddr, "New addr:", newAddr)
if oldAddr == newAddr {
return nil
}