mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Remove noisy debug messages from HTMLParser
This commit is contained in:
parent
ce01236000
commit
3040ca4311
Notes:
github-actions[bot]
2025-07-09 22:28:18 +00:00
Author: https://github.com/ADKaster
Commit: 3040ca4311
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5376
2 changed files with 0 additions and 9 deletions
|
@ -57,8 +57,4 @@ public final class SpeculativeHTMLParser: HeapAllocatable {
|
|||
public func visitEdges(_ visitor: GC.Cell.Visitor) {
|
||||
visitor.visit(parser)
|
||||
}
|
||||
|
||||
public func poke() {
|
||||
print("Hello from SpeculativeHTMLParser")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue