mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
remove console log
Co-authored-by: Jake McDermott <yo@jakemcdermott.me>
This commit is contained in:
@@ -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`);
|
||||
|
||||
Reference in New Issue
Block a user