Skip to content

Commit

Permalink
Remove log line from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Feb 8, 2022
1 parent 861f6cb commit 5baf4ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interactions/airtable.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { getInfoForUser, transcript } from '../utils'
export default async (bot, message) => {
try {
const taggedUserID = (message.text.trim().match(/<@([a-zA-Z0-9]*)|/) || [])[1]
console.log({message_text: message.text})

if (!taggedUserID) {
throw new Error('No user was tagged in the message!')
Expand Down

0 comments on commit 5baf4ac

Please sign in to comment.