removed log

This commit is contained in:
Jack 2020-09-08 01:18:48 +01:00
parent 897e771698
commit 7089b08cfd

View file

@ -229,7 +229,7 @@ exports.checkIfNeedsToChangeName = functions.https.onCall(
}
});
} else {
console.log("name is good");
// console.log("name is good");
return 0;
}
});