From 7089b08cfde1938cdf5f6292e7ff6397524d5a0c Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 8 Sep 2020 01:18:48 +0100 Subject: [PATCH] removed log --- functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 4ffe155c5..c4857980b 100644 --- a/functions/index.js +++ b/functions/index.js @@ -229,7 +229,7 @@ exports.checkIfNeedsToChangeName = functions.https.onCall( } }); } else { - console.log("name is good"); + // console.log("name is good"); return 0; } });