aboutsummaryrefslogtreecommitdiffstats
path: root/src/register.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-10-26 20:29:48 -0700
committerBryan Newbold <bnewbold@robocracy.org>2017-10-26 20:29:48 -0700
commitd95adfa86a4a903a20120a93b8d10ae39fb6cd3d (patch)
tree6f2487adaab52cc27c7ad5009ab9496d247d037f /src/register.rs
parent3a6fa9cdf581dd3f7f8156190f33d2617c156cd6 (diff)
downloadgeniza-d95adfa86a4a903a20120a93b8d10ae39fb6cd3d.tar.gz
geniza-d95adfa86a4a903a20120a93b8d10ae39fb6cd3d.zip
small lint cleanups
Diffstat (limited to 'src/register.rs')
-rw-r--r--src/register.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/register.rs b/src/register.rs
index 95695ce..8fc3a6f 100644
--- a/src/register.rs
+++ b/src/register.rs
@@ -276,7 +276,6 @@ impl SleepDirRegister {
let mut rng = OsRng::new()?;
rng.fill_bytes(&mut rand_seed);
let (secret_key, pub_key) = ed25519::keypair(&rand_seed);
- println!("{:?}", directory.join(Path::new(&(prefix.to_owned() + ".key"))));
{
let mut key_file = OpenOptions::new()
.write(true)