delete println
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user