remove silly warnings

This commit is contained in:
Ben Fry
2013-02-06 20:20:49 -05:00
parent 121cba45a9
commit da64d9956f

View File

@@ -407,7 +407,7 @@ public class PShapeSVG extends PShape {
} else if (name.equals("sodipodi:namedview")) {
// these are always in Inkscape files, the warnings get tedious
} else {
} else if (!name.startsWith("#")) {
PGraphics.showWarning("Ignoring <" + name + "> tag.");
// new Exception().printStackTrace();
}