This commit is contained in:
Austen Adler 2022-10-06 21:24:43 -04:00
parent 64959d6069
commit 46d94c3343

View File

@ -144,10 +144,6 @@ where
write!(f, "set-register '\"'")?;
for i in selections_iter {
num_written = num_written.saturating_add(1);
// eprintln!(
// "Got response: {:?}",
// i.map_err(Into::into)?.clone().as_ref()
// );
write!(f, " '{}'", escape(i.map_err(Into::into)?.as_ref()))?;
}