removed unwanted logs

This commit was merged in pull request #848.
This commit is contained in:
Victor
2024-11-18 20:28:12 +01:00
parent be31d80013
commit 503552bcd0
20 changed files with 28 additions and 28 deletions
@@ -84,7 +84,7 @@ export default function VerifyLink() {
const verifyRes = await userApi.verifyEmail(code);
if (verifyRes.status === 200) {
let { data } = verifyRes;
console.log("TESTING VERIFY", data);
// console.log("TESTING VERIFY", data);
if (
data &&
data.internal_return >= 0 &&
@@ -92,7 +92,7 @@ export default function VerifyLink() {
const verifyRes = await userApi.verifyEmail(code);
if (verifyRes.status === 200) {
let { data } = verifyRes;
console.log("TESTING VERIFY", data);
// console.log("TESTING VERIFY", data);
if (
data &&
data.internal_return >= 0 &&