Skip to content

Commit

Permalink
test debug pt.8 - done
Browse files Browse the repository at this point in the history
  • Loading branch information
heavycrystal committed Mar 8, 2024
1 parent d55466c commit 0560fd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nexus/peer-snowflake/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ impl SnowflakeAuth {
"SHA256:{}",
BASE64_STANDARD.encode(Sha256::new_with_prefix(public_key.as_bytes()).finalize())
);
println!("{}", res);
Ok(res)
}

Expand Down

0 comments on commit 0560fd0

Please sign in to comment.