Remove page timing debug information.

This commit is contained in:
Greg 2019-10-10 11:36:27 -04:00
parent 49ebf55b15
commit 0f984918ea
1 changed files with 0 additions and 2 deletions

View File

@ -767,9 +767,7 @@ func eventLoop() {
titleflex.Layout(gtx, ct1, ct2, ct3)
})
stime := time.Now()
page()
fmt.Printf("page in %s\n", time.Since(stime))
})
})