Remove some testing logs
This commit is contained in:
parent
2a7f9813a1
commit
430b89bdda
@ -13,9 +13,7 @@ public class HelpController {
|
|||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
public void initialize() throws Exception {
|
public void initialize() throws Exception {
|
||||||
logger.info("20250407T222451");
|
|
||||||
String url = HelpController.class.getResource("/help-index.html").toExternalForm();
|
String url = HelpController.class.getResource("/help-index.html").toExternalForm();
|
||||||
webView.getEngine().load(url);
|
webView.getEngine().load(url);
|
||||||
logger.info("20250407T222456");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user