mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[rust]: replace log with tracing
This commit is contained in:
@ -48,7 +48,7 @@ pub fn save_content_to_file_with_diff_prompt(content: &str, output_file: &str, _
|
||||
// if Confirm::new().with_prompt("Override?").interact().unwrap() {
|
||||
// write_to_file()
|
||||
// } else {
|
||||
// log::info!("never mind then :(");
|
||||
// tracing::info!("never mind then :(");
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
Reference in New Issue
Block a user