Skip to content

Commit

Permalink
Fix: dbgを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Nov 18, 2023
1 parent 63c1c7e commit fbd9690
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/user_dict.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ pub async fn put_user_dict_word(
) -> Result<()> {
let mut user_dict = USER_DICT.lock().await;

dbg!(&word_uuid);

let word_uuid = uuid::Uuid::parse_str(&word_uuid)
.map_err(|e| Error::DictionaryOperationFailed(e.into()))?;

Expand Down

0 comments on commit fbd9690

Please sign in to comment.