Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
nik012003 committed Aug 15, 2023
1 parent 222a76a commit ebe66ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ pub fn setup_drag_source_all(drag_source: &DragSource, list_model: &ListStore) {
fn create_tmp_file(file: &File) -> Option<FileObject> {
let print_err = |err| eprintln!("{}", err);
if file.path().is_some() {
println!("It's some {:?}", file.path());
Some(FileObject::new(file))
} else {
let info = file.query_info(
Expand Down

0 comments on commit ebe66ed

Please sign in to comment.