disabled log output in prototype constructor

This commit is contained in:
hns 2001-08-08 09:23:00 +00:00
parent 55718abcc3
commit 94246ac283

View file

@ -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;