mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 14:40:44 +00:00
removed debugging messages
This commit is contained in:
parent
8e33b8e027
commit
22e40c6bc1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ pub async fn startup_hot_reload(config: CrateConfig) -> Result<()> {
|
||||||
match find_rsx(&syntax, &old) {
|
match find_rsx(&syntax, &old) {
|
||||||
DiffResult::CodeChanged => {
|
DiffResult::CodeChanged => {
|
||||||
log::info!("reload required");
|
log::info!("reload required");
|
||||||
let _ = reload_tx.send("reload time".into());
|
let _ = reload_tx.send("reload".into());
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
DiffResult::RsxChanged(changed) => {
|
DiffResult::RsxChanged(changed) => {
|
||||||
|
|
Loading…
Reference in a new issue