mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 17:20:47 +00:00
remove accidental log
This commit is contained in:
parent
3b248c465b
commit
3d96810b72
1 changed files with 0 additions and 1 deletions
|
|
@ -221,7 +221,6 @@ export default class ConfigMenu {
|
||||||
|
|
||||||
function validate(val) {
|
function validate(val) {
|
||||||
const isValid = options.validate.call(options, val);
|
const isValid = options.validate.call(options, val);
|
||||||
console.log(isValid);
|
|
||||||
const $elem = $(`.dribbblish-config-item[key="${options.key}"]`);
|
const $elem = $(`.dribbblish-config-item[key="${options.key}"]`);
|
||||||
if (isValid === true) {
|
if (isValid === true) {
|
||||||
$elem.attr("invalid", null).css("--validation-error", "");
|
$elem.attr("invalid", null).css("--validation-error", "");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue