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; } });