Skip to content

Commit

Permalink
compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Dec 17, 2024
1 parent a703145 commit eb4981c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.hl7.fhir.utilities.xhtml;

import org.hl7.fhir.utilities.DebugUtilities;
import org.hl7.fhir.utilities.Utilities;

public class XhtmlToMarkdownConverter {
Expand Down Expand Up @@ -121,7 +120,6 @@ public void convertNode(StringBuilder b, XhtmlNode c) throws Error {
}

private void convertDL(StringBuilder b, XhtmlNode c) {
DebugUtilities.breakpoint();
}

private void convertIFrame(StringBuilder b, XhtmlNode c) {
Expand Down

0 comments on commit eb4981c

Please sign in to comment.