Remove some testing logs

This commit is contained in:
Nathan McRae 2025-05-25 23:22:45 -07:00
parent 2a7f9813a1
commit 430b89bdda

View File

@ -13,9 +13,7 @@ public class HelpController {
@FXML
public void initialize() throws Exception {
logger.info("20250407T222451");
String url = HelpController.class.getResource("/help-index.html").toExternalForm();
webView.getEngine().load(url);
logger.info("20250407T222456");
}
}