From 94246ac2837e037876ac2cfa3216e7e27ee16df9 Mon Sep 17 00:00:00 2001 From: hns Date: Wed, 8 Aug 2001 09:23:00 +0000 Subject: [PATCH] disabled log output in prototype constructor --- src/helma/framework/core/Prototype.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;