From bd499db5ab46a427cade5003a67e24c19aa32d30 Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 2 Dec 2003 17:45:28 +0000 Subject: [PATCH] Clean up old code --- src/helma/framework/core/Prototype.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); }