diff --git a/src/helma/framework/core/Prototype.java b/src/helma/framework/core/Prototype.java index fdf37df2..ce824903 100644 --- a/src/helma/framework/core/Prototype.java +++ b/src/helma/framework/core/Prototype.java @@ -540,8 +540,7 @@ public final class Prototype { } private void checkForUpdates() { - if ( /* lastCheck < System.currentTimeMillis()- 2000l*/ - !isUpToDate()) { + if (!isUpToDate()) { app.typemgr.updatePrototype(Prototype.this); }