1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

delete the useless clear operation

This commit is contained in:
FengYa 2018-06-08 14:22:01 +08:00
parent 78d3becdf3
commit 5ba7c6416f

View File

@ -61,7 +61,6 @@ func (widget *Widget) Refresh() {
widget.UpdateRefreshedAt()
widget.ipinfo()
widget.View.Clear()
widget.View.SetText(widget.result)
}