test: remove debug log

This commit is contained in:
Julian Lam
2021-09-24 17:08:36 -04:00
parent 4eacfef02b
commit 8cb475482a

View File

@@ -356,7 +356,6 @@ describe('Controllers', () => {
});
token = await helpers.getCsrfToken(jar);
console.log('making request');
let res = await requestAsync(`${nconf.get('url')}/register/complete`, {
method: 'post',
jar,