dnetview: comment out debug statement

This commit is contained in:
lunar-mining
2023-08-08 21:14:58 +02:00
parent a2fb71e8cc
commit a4d14cc768

View File

@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
use log::debug;
//use log::debug;
use std::collections::HashMap;
use ratatui::{
@@ -358,7 +358,7 @@ impl<'a> View {
slice: Rect,
selected: String,
) -> DnetViewResult<()> {
debug!(target: "dnetview", "render_right() selected ID: {}", selected.clone());
//debug!(target: "dnetview", "render_right() selected ID: {}", selected.clone());
let style = Style::default();
let mut lines = Vec::new();