Skip to content
This repository was archived by the owner on May 16, 2022. It is now read-only.

Commit 6672221

Browse files
committed
Remove debugging code
1 parent e4e4a0c commit 6672221

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/index.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,4 @@ module.exports = Joi.object({
6060
} else {
6161
return embed
6262
}
63-
}, 'max text length')
64-
65-
console.log(module.exports.validate({
66-
title: 'This one is invalid',
67-
fields: [
68-
{
69-
'title': 'Because this field uses "title" instead of "name", and is missing its value!'
70-
}
71-
]
72-
}))
63+
}, 'max text length')

0 commit comments

Comments
 (0)