Remove extraneous console.log line

This commit is contained in:
Badri Sunderarajan 2022-08-05 12:26:04 +05:30
parent e00d44f9e7
commit 9adb072dc3
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
['email', email],
['slug', slug]])
{
console.log(`it is ${k} called ${v}`)
if (!v) {
errors.push(`${k} cannot be left blank`)
}