Skip to content

Commit 0b06754

Browse files
committed
remove console logs and dead code
1 parent cc0b9a1 commit 0b06754

File tree

4 files changed

+0
-81
lines changed

4 files changed

+0
-81
lines changed

packages/dev/parcel-namer-s2/S2Namer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ module.exports = new Namer({
1717
name({bundle}) {
1818
let mainAsset = bundle.getMainEntry();
1919

20-
console.log(mainAsset?.filePath);
2120
if (!mainAsset?.filePath.includes('react-spectrum/packages')) {
2221
if (bundle.needsStableName && bundle.target.distEntry) {
2322
return bundle.target.distEntry;

packages/dev/s2-icon-builder/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ async function run() {
8585

8686
run().then(() => {
8787
if (args.values.isLibrary) {
88-
console.log(`${path.join(args.values.output, '.')}/*.mjs`);
8988
for (let file of globSync(`${path.join(args.values.output, '.')}/*.mjs`)) {
90-
console.log(file);
9189
fs.writeFileSync(file.replace('.mjs', '.d.ts'), `import type {IconProps} from '@react-spectrum/s2';
9290
import type {ReactNode} from 'react';
9391

packages/dev/s2-icon-builder/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
},
3535
"files": [
3636
"index.js",
37-
"prepare-icons.js",
3837
".parcelrc",
3938
".parcelrc-library"
4039
],

packages/dev/s2-icon-builder/prepare-icons.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)