add banner and remove unused class

This commit is contained in:
Anthony Stirling
2023-12-29 21:46:17 +00:00
parent 232a556425
commit cbe4bca716
3 changed files with 6 additions and 131 deletions

View File

@@ -51,7 +51,6 @@ public class AppConfig {
String appName = System.getProperty("rateLimit");
if (appName == null)
appName = System.getenv("rateLimit");
System.out.println("rateLimit=" + appName);
return (appName != null) ? Boolean.valueOf(appName) : false;
}