oops, left this on

This commit is contained in:
Braydon 2023-05-31 01:58:31 -04:00
parent bcbf3ed675
commit 2ff0dc7ff5

@ -43,11 +43,14 @@ public final class LicenseService {
@PostConstruct @PostConstruct
public void onInitialize() { public void onInitialize() {
String key = RandomUtils.generateLicenseKey(); // TODO: remove this and make it either
log.info(create(key, // a test, or a route to gen a license
"CloudSpigot", System.out.println("SALT - " + BCrypt.gensalt());
"Testing " + Math.random(), Integer.MAX_VALUE, Integer.MAX_VALUE).toString()); // String key = RandomUtils.generateLicenseKey();
System.out.println("key = " + key); // log.info(create(key,
// "CloudSpigot",
// "Testing " + Math.random(), Integer.MAX_VALUE, Integer.MAX_VALUE).toString());
// System.out.println("key = " + key);
} }
/** /**