Skip to content

Commit 684aa50

Browse files
committed
update
1 parent ad4baa4 commit 684aa50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/bundle-metadata-plugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ function setupHermescWrapper() {
140140
}
141141
];
142142

143-
console.log('😁hermescLocations', hermescLocations);
144143
let successCount = 0;
145144
let totalProcessed = 0;
146145

@@ -156,7 +155,6 @@ function setupHermescWrapper() {
156155
}
157156

158157
function metadataSerializer(entryPoint, preModules, graph, options) {
159-
console.log('😁metadataSerializer - Starting bundle serialization');
160158
setupHermescWrapper();
161159
const baseJSBundle = require('metro/src/DeltaBundler/Serializers/baseJSBundle');
162160
const bundleToString = require('metro/src/lib/bundleToString');

0 commit comments

Comments
 (0)