diff --git a/packages/ui/certd-server/test/plugins/51dns.test.mjs b/packages/ui/certd-server/test/plugins/51dns.test.mjs index e068ff6e..56241d75 100644 --- a/packages/ui/certd-server/test/plugins/51dns.test.mjs +++ b/packages/ui/certd-server/test/plugins/51dns.test.mjs @@ -54,7 +54,7 @@ async function login() { 'redirectTo': 'https://www.51dns.com/domain', '_token': _token } - console.log(JSON.stringify(obj, null, 2)) + // console.log(JSON.stringify(obj, null, 2)) // Avoid logging sensitive data const res2 = await instance.request({ url: 'https://www.51dns.com/login', method: 'post',