Skip to content

Commit fbd9690

Browse files
Fix: dbgを削除
1 parent 63c1c7e commit fbd9690

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/user_dict.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ pub async fn put_user_dict_word(
200200
) -> Result<()> {
201201
let mut user_dict = USER_DICT.lock().await;
202202

203-
dbg!(&word_uuid);
204-
205203
let word_uuid = uuid::Uuid::parse_str(&word_uuid)
206204
.map_err(|e| Error::DictionaryOperationFailed(e.into()))?;
207205

0 commit comments

Comments
 (0)