From beb40c33539899c251fa22cea43350857d68b04f Mon Sep 17 00:00:00 2001 From: Sendou <38327916+Sendouc@users.noreply.github.com> Date: Fri, 1 May 2020 14:45:31 +0300 Subject: [PATCH] removed console log --- graphql-schemas/plus.js | 2 -- 1 file changed, 2 deletions(-) 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