Kaynağa Gözat

fix: remove console.log

Sotaro KARASAWA 11 yıl önce
ebeveyn
işleme
cedfcc4bf4
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      lib/formUtil.js

+ 0 - 1
lib/formUtil.js

@@ -12,7 +12,6 @@ module.exports = {
       return [];
     }
 
-    console.log("stringToArrayFilter value split!", value.split('\n'));
     return value.split('\n');
   },
 };