We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbe11b commit ba81284Copy full SHA for ba81284
tensorboard/java/org/tensorflow/tensorboard/vulcanize/Vulcanize.java
@@ -460,9 +460,6 @@ private static Document getFlattenedHTML5Document(Document document) {
460
}
461
462
463
- // Create `<html>`, `<head>` and `<body>`.
464
- flatDoc.normalise();
465
-
466
document.traverse(new FlatDocumentCopier(flatDoc));
467
468
for (Element subdoc : flatDoc.getElementsByTag("#root")) {
0 commit comments