Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 12, 2024
1 parent 42f3299 commit af4f776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rtk/features/activeStaking/rewardReportSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ const slice = createSlice({
).toString()
}
rewardReport.superLikesCount = newSuperLike
console.log(rewardReport.weeklyReward, rewardReport.currentRewardAmount)
},
setRewardReport: adapter.upsertOne,
},
Expand Down

0 comments on commit af4f776

Please sign in to comment.