remove debug log message
This commit is contained in:
parent
eeaf2d5cf6
commit
a0216788b4
|
@ -23,7 +23,6 @@ async function getCachedRewards (staleIn, when, models) {
|
|||
}
|
||||
|
||||
async function getRewards (when, models) {
|
||||
console.log('getRewards', when)
|
||||
if (when) {
|
||||
if (when.length > 2) {
|
||||
throw new GraphQLError('too many dates', { extensions: { code: 'BAD_USER_INPUT' } })
|
||||
|
|
Loading…
Reference in New Issue