aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-18 00:59:59 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-18 00:59:59 -0400
commitd28750a980985101799af6947bc3274dca026ad9 (patch)
treea62d22da248b0854048907944419a0838f6158a7
parent88f8c4b40359e252c08565209a1f6fced5300b75 (diff)
downloadrbw-d28750a980985101799af6947bc3274dca026ad9.tar.gz
rbw-d28750a980985101799af6947bc3274dca026ad9.zip
remove unnecessary line
-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(())
}