Skip to content

Commit

Permalink
Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
ViddeM committed Jun 23, 2024
1 parent 01538f4 commit e130c91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/src/services/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ impl UserService {
if let Ok(id) = redis_get::<Uuid>(self.redis_pool.clone(), &key).await {
self.get_by_id(id, false).await
} else {
log::info!(
"Retrieving user by cid ('{cid}'), this is quite expensive and should be avoided if possible"
);
self.fetch_and_store_user_by_cid(cid).await
}
}
Expand Down

0 comments on commit e130c91

Please sign in to comment.