Remove console.logs #155

Closed
Irev-Dev wants to merge 1 commits from kurt/remove-console-logs into main
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 7b861ae122 - Show all commits

View File

@@ -21,7 +21,6 @@ const PartProfile = ({
const { currentUser } = useAuth()
const canEdit = currentUser?.sub === userPart.id
const part = userPart?.Part
console.log(part)
const emotes = countEmotes(part?.Reaction)
const userEmotes = part?.userReactions.map(({ emote }) => emote)
useEffect(() => {

View File

@@ -91,7 +91,6 @@ const MainLayout = ({ children }) => {
useEffect(() => {
const [key, token] = hash.slice(1).split('=')
if (key === 'confirmation_token') {
console.log('confirming with', token)
client
.confirm(token, true)
.then(() => {