diff --git a/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/scopic/iomf5/ScopicManifest5ContentParser.java b/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/scopic/iomf5/ScopicManifest5ContentParser.java index 5993354..850c30c 100644 --- a/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/scopic/iomf5/ScopicManifest5ContentParser.java +++ b/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/scopic/iomf5/ScopicManifest5ContentParser.java @@ -84,12 +84,6 @@ public class ScopicManifest5ContentParser extends ContentWriterAdapter { attrValue.append(text); } - @Override - public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException { - String space = new String(ch, start, length); - System.out.println("white space: \"" + space + "\""); - } - @Override public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException { if (ScopicManifest5FrameTag.ATTRIBUTE.name().equals(localName)) {