aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bin/rbw/commands.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/rbw/commands.rs b/src/bin/rbw/commands.rs
index af08657..814dd74 100644
--- a/src/bin/rbw/commands.rs
+++ b/src/bin/rbw/commands.rs
@@ -752,8 +752,6 @@ fn clipboard_store(val: &str) -> anyhow::Result<()> {
anyhow::anyhow!("Couldn't store value to clipboard: {e}")
})?;
- let _ = ctx.get_contents();
-
Ok(())
}