Skip to content

Commit 975ae45

Browse files
committed
feat(CC): removed console stmt
1 parent 688bec6 commit 975ae45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-core/codeConnect/scripts/iconConnector.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ async function generateIconConnections() {
5757

5858
// Resolve the output file path using existing configuration
5959
const connectionFilePath = path.resolve(config.iconsFigmaDir, config.figmaOutputFile);
60-
console.log(connectionFilePath);
6160

6261
// Read the current icon connection file
6362
const existingContent = await fs.readFile(connectionFilePath, 'utf8').catch(

0 commit comments

Comments
 (0)