Remove extraneous console.log line
This commit is contained in:
parent
e00d44f9e7
commit
9adb072dc3
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@
|
||||||
['email', email],
|
['email', email],
|
||||||
['slug', slug]])
|
['slug', slug]])
|
||||||
{
|
{
|
||||||
console.log(`it is ${k} called ${v}`)
|
|
||||||
if (!v) {
|
if (!v) {
|
||||||
errors.push(`${k} cannot be left blank`)
|
errors.push(`${k} cannot be left blank`)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue