client/catar_backup_stream.rs: remove debug code
This commit is contained in:
parent
0fe5d605e7
commit
06aeb76a5c
|
@ -22,10 +22,8 @@ pub struct CaTarBackupStream {
|
|||
impl Drop for CaTarBackupStream {
|
||||
|
||||
fn drop(&mut self) {
|
||||
println!("START DROP");
|
||||
drop(self.pipe.take());
|
||||
self.child.take().unwrap().join().unwrap();
|
||||
println!("END DROP");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue