disabled log output in prototype constructor
This commit is contained in:
parent
55718abcc3
commit
94246ac283
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class Prototype {
|
||||||
|
|
||||||
public Prototype (String name, Application app) {
|
public Prototype (String name, Application app) {
|
||||||
|
|
||||||
app.logEvent ("Constructing Prototype "+app.getName()+"/"+name);
|
// app.logEvent ("Constructing Prototype "+app.getName()+"/"+name);
|
||||||
|
|
||||||
this.app = app;
|
this.app = app;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
|
|
Loading…
Add table
Reference in a new issue