From 0088a9347c268f5b77a3911dd9d90cbf8e85f00b Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 17 Aug 2020 23:52:30 +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 6fa54dc7b..906d5817d 100644 --- a/functions/index.js +++ b/functions/index.js @@ -1165,7 +1165,7 @@ exports.generatePairingCode = functions.https.onCall((request, response) => { } }); - console.log(`existing codes ${JSON.stringify(existingCodes)}`); + // console.log(`existing codes ${JSON.stringify(existingCodes)}`); let randomCode = generate(9);