Skip to content

Commit ba81284

Browse files
committed
remove deprecated calll to flatDoc.normalize
1 parent dbbe11b commit ba81284

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tensorboard/java/org/tensorflow/tensorboard/vulcanize/Vulcanize.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,6 @@ private static Document getFlattenedHTML5Document(Document document) {
460460
}
461461
}
462462

463-
// Create `<html>`, `<head>` and `<body>`.
464-
flatDoc.normalise();
465-
466463
document.traverse(new FlatDocumentCopier(flatDoc));
467464

468465
for (Element subdoc : flatDoc.getElementsByTag("#root")) {

0 commit comments

Comments
 (0)