fix web info display

This commit is contained in:
Simon Gardling 2022-04-14 09:57:53 -04:00
parent f4aaf4020a
commit 3a2c946444

View File

@ -357,8 +357,8 @@ impl MathApp {
tracing::info!("Integration name: {}", cc.integration_info.name);
if let Some(url) = &cc.integration_info.web_info {
tracing::info!("Url: {:?}", url);
if let Some(web_info) = &cc.integration_info.web_info {
tracing::info!("Web Info: {:?}", web_info);
}
tracing::info!("egui app initialized.");