Skip to content

Commit 7b1655b

Browse files
committed
refactor: remove debug logging in Bounties module
- Eliminated unnecessary debug statements related to user information, enhancing code cleanliness and maintainability. - Streamlined query handling by focusing on relevant logic without extraneous output.
1 parent e5b84c3 commit 7b1655b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/algora/bounties/bounties.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,6 @@ defmodule Algora.Bounties do
10231023
where(query, [b], b.visibility != :exclusive)
10241024

10251025
user ->
1026-
dbg([user.id, user.email, to_string(user.provider_id)])
1027-
10281026
where(
10291027
query,
10301028
[b],

0 commit comments

Comments
 (0)