From fbbbd85295d60f02819e61cc4d77db6388496af2 Mon Sep 17 00:00:00 2001 From: oasis Date: Mon, 11 Nov 2024 18:34:27 +0800 Subject: [PATCH] fix: review --- scripts/rn/update-taro-entry.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/rn/update-taro-entry.js b/scripts/rn/update-taro-entry.js index e49433fffe..f07d389392 100644 --- a/scripts/rn/update-taro-entry.js +++ b/scripts/rn/update-taro-entry.js @@ -6,10 +6,7 @@ const path = require('path') const config = require('../../src/config.json') const param = process.env.C -console.log('xxxxxxxxxxxxxxxxxxxxxxx-------x-x-x-x-x-x-x-x-x', param) - // C=radio pnpm dev:taro:jdharmonycpp - function specialComponent(name) { return param && name.toLowerCase() == param.toLowerCase() }