Skip to content

Commit

Permalink
Remove the note on the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Nov 8, 2022
1 parent 03a9732 commit eea3b45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/frame.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ func (f *Frame) onLoadingStopped() {
// requests so it may take a long time for us to see
// a networkIdle event or we may never see one if the
// website never stops performing network requests.
// NOTE: This is a different timeout to networkIdleTimer,
// which only works once there are no more network
// requests and we don't see a networkIdle event.
}

func (f *Frame) position() *Position {
Expand Down

0 comments on commit eea3b45

Please sign in to comment.