perf: remove console.log
gitea/hedera-web/pipeline/pr-4922-vueMigration This commit looks good Details

This commit is contained in:
Javier Segarra 2024-08-21 13:45:43 +02:00
parent 462a8a3cf8
commit 2e2c83dcde
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ defineExpose({
const inputRules = [
val => {
console.log('asd');
const { min, max } = vnInputRef.value.$attrs;
if (min >= 0) {
if (Math.floor(val) < min) return t('inputMin', { value: min });