diff --git a/src/helma/framework/core/Prototype.java b/src/helma/framework/core/Prototype.java index 0904f67f..3655b89f 100644 --- a/src/helma/framework/core/Prototype.java +++ b/src/helma/framework/core/Prototype.java @@ -35,7 +35,7 @@ public class Prototype { public Prototype (String name, Application app) { - app.logEvent ("Constructing Prototype "+app.getName()+"/"+name); + // app.logEvent ("Constructing Prototype "+app.getName()+"/"+name); this.app = app; this.name = name;