mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
remove console log
Co-authored-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
parent
acd8a8dd3c
commit
a9c01e891f
@ -68,7 +68,6 @@ export function noWhiteSpace(i18n) {
|
||||
|
||||
export function integer(i18n) {
|
||||
return value => {
|
||||
console.log(value);
|
||||
const str = String(value);
|
||||
if (/[^0-9]/.test(str)) {
|
||||
return i18n._(t`This field must be an integer`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user