mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug message
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
0182 core
|
||||
X fix problem with textMode(SHAPE) when using createFont()
|
||||
X remove debug message from PDF
|
||||
|
||||
|
||||
big ones
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user