mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +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) {
|
||||
DiffResult::CodeChanged => {
|
||||
log::info!("reload required");
|
||||
let _ = reload_tx.send("reload time".into());
|
||||
let _ = reload_tx.send("reload".into());
|
||||
break;
|
||||
}
|
||||
DiffResult::RsxChanged(changed) => {
|
||||
|
|
Loading…
Reference in a new issue