Skip to content

Commit

Permalink
Remove unneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 committed Jan 20, 2025
1 parent d94958f commit 9508b30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/modules/k6/browser/common/frame_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,12 +470,6 @@ func (m *FrameManager) removeFramesRecursively(frame *Frame) error {
delete(m.frames, cdp.FrameID(frame.ID()))
m.framesMu.Unlock()

if !m.page.IsClosed() {
m.logger.Debugf("FrameManager:removeFramesRecursively:emit:EventPageFrameDetached",
"fmid:%d fid:%v fname:%s furl:%s",
m.ID(), frame.ID(), frame.Name(), frame.URL())
}

return nil
}

Expand Down

0 comments on commit 9508b30

Please sign in to comment.