fix web info display
This commit is contained in:
parent
f4aaf4020a
commit
3a2c946444
@ -357,8 +357,8 @@ impl MathApp {
|
|||||||
|
|
||||||
tracing::info!("Integration name: {}", cc.integration_info.name);
|
tracing::info!("Integration name: {}", cc.integration_info.name);
|
||||||
|
|
||||||
if let Some(url) = &cc.integration_info.web_info {
|
if let Some(web_info) = &cc.integration_info.web_info {
|
||||||
tracing::info!("Url: {:?}", url);
|
tracing::info!("Web Info: {:?}", web_info);
|
||||||
}
|
}
|
||||||
|
|
||||||
tracing::info!("egui app initialized.");
|
tracing::info!("egui app initialized.");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user