diff --git a/graphql-schemas/plus.js b/graphql-schemas/plus.js index 695ca088f..372f91044 100644 --- a/graphql-schemas/plus.js +++ b/graphql-schemas/plus.js @@ -279,8 +279,6 @@ const resolvers = { ) }) - console.log("suggested", suggested) - const date = new Date() const year = date.getFullYear() const month = date.getMonth() + 1