remove debug message

This commit is contained in:
benfry
2010-03-20 13:54:51 +00:00
parent 7963f5c0e3
commit 130c08110d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
0182 core
X fix problem with textMode(SHAPE) when using createFont()
X remove debug message from PDF
big ones
+1 -1
View File
@@ -552,7 +552,7 @@ public class PGraphicsPDF extends PGraphicsJava2D {
* @return true if it's ok
*/
protected boolean checkFont(String name) {
System.out.println("alias for " + name + " = " + mapper.getAliases().get(name));
//System.out.println("alias for " + name + " = " + mapper.getAliases().get(name));
return mapper.getAliases().get(name) != null;
}