diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-19 19:36:03 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-19 19:36:03 -0600 |
commit | e188aa3f962df621fc49097418959c7d00ce9969 (patch) | |
tree | c575bd207e9715b6acdc1e655c93209453efffa1 /boil/library/BoilSimp.java | |
parent | 7b93ef1ec7cb51f3494d7f18cc39dd9d26a24be8 (diff) |
Global PrintFilter -> MinimalLogger
Diffstat (limited to 'boil/library/BoilSimp.java')
-rw-r--r-- | boil/library/BoilSimp.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boil/library/BoilSimp.java b/boil/library/BoilSimp.java index febaa20..25b27e0 100644 --- a/boil/library/BoilSimp.java +++ b/boil/library/BoilSimp.java @@ -768,8 +768,8 @@ public class BoilSimp extends GJDepthFirst<String,String> { String tp1 = Integer.toString(this.id++); // TypeFactory likes to know who it's renting to String tp2 = Integer.toString(this.id++); - // System.out.println("id " + id); - // System.out.println("cur " + cur); + MinimalLogger.warning("id " + id); + MinimalLogger.warning("cur " + cur); int mtdIndex = cur.getClassInstance().getMethods() .indexOf(this.symt.getMethod(id2)) * 4; |