remove debug log message

This commit is contained in:
keyan 2023-10-24 14:10:54 -05:00
parent eeaf2d5cf6
commit a0216788b4

View File

@ -23,7 +23,6 @@ async function getCachedRewards (staleIn, when, models) {
} }
async function getRewards (when, models) { async function getRewards (when, models) {
console.log('getRewards', when)
if (when) { if (when) {
if (when.length > 2) { if (when.length > 2) {
throw new GraphQLError('too many dates', { extensions: { code: 'BAD_USER_INPUT' } }) throw new GraphQLError('too many dates', { extensions: { code: 'BAD_USER_INPUT' } })