LibWeb: Remove noisy debug messages from HTMLParser

This commit is contained in:
Andrew Kaster 2025-07-09 11:33:13 -06:00 committed by Andrew Kaster
commit 3040ca4311
Notes: github-actions[bot] 2025-07-09 22:28:18 +00:00
2 changed files with 0 additions and 9 deletions

View file

@ -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")
}
}