Skip to content

Commit 0a6118f

Browse files
committed
udpate
1 parent 15c4710 commit 0a6118f

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
@@ -138,7 +138,6 @@ function setupHermescWrapper() {
138138
}
139139
];
140140

141-
console.log('😁hermescLocations', hermescLocations);
142141
let successCount = 0;
143142
let totalProcessed = 0;
144143

@@ -154,7 +153,6 @@ function setupHermescWrapper() {
154153
}
155154

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

0 commit comments

Comments
 (0)