Skip to content

Commit

Permalink
Removed unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nicnacnic authored Aug 15, 2021
1 parent 049f3ed commit 93b5d29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ function generateEmbed(campaign, donation, callback) {
donationEmbed.fields.push({ name: 'Polls', value: `${element.name} - ${poll.name}` })
})
})
console.log(donation)
callback(donationEmbed, incentiveEmbed);
});
});
Expand Down Expand Up @@ -309,4 +308,4 @@ const guildCommandData = [{
description: 'Deactivate the bot and delete all data',
}];

module.exports = { fetchData, generateData, generateEmbed, listEmbedGenerator, convertToSlug, titleCase, globalCommandData, guildCommandData }
module.exports = { fetchData, generateData, generateEmbed, listEmbedGenerator, convertToSlug, titleCase, globalCommandData, guildCommandData }

0 comments on commit 93b5d29

Please sign in to comment.