mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 04:52:10 +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) {
|
||||
const isValid = options.validate.call(options, val);
|
||||
console.log(isValid);
|
||||
const $elem = $(`.dribbblish-config-item[key="${options.key}"]`);
|
||||
if (isValid === true) {
|
||||
$elem.attr("invalid", null).css("--validation-error", "");
|
||||
|
|
|
|||
Loading…
Reference in a new issue