auth: Fix auth token getting leaked to console
Remove a forgotten debug print that leaked auth tokens to the console to check how they got saved and restored to the database.
This commit is contained in:
parent
67ce54e992
commit
a2f70c318f
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name = "fabula_votes_server"
|
|||
license = "MPL-2.0"
|
||||
readme = "README.md"
|
||||
authors = ["trotFunky"]
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue