Skip to content

Commit 5078caa

Browse files
committed
chore: remove console.trace
1 parent 3279b9f commit 5078caa

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

ilc/server/tailor/request-fragment.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ module.exports = (filterHeaders, processFragmentResponse, logger) =>
172172
},
173173
});
174174

175-
console.trace(
176-
'[DEBUG domain props] request-fragment attributes.appProps',
177-
attributes.id,
178-
JSON.stringify(attributes.appProps),
179-
);
180175
const reqUrl = makeFragmentUrl({
181176
domain: request.host,
182177
route: currRoute,
@@ -185,7 +180,6 @@ module.exports = (filterHeaders, processFragmentResponse, logger) =>
185180
props: attributes.appProps,
186181
sdkOptions: sdkOptions.toJSON(),
187182
});
188-
console.trace('[DEBUG domain props] request-fragment final URL', reqUrl);
189183

190184
logger.debug(
191185
{

ilc/server/tailor/server-router.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ module.exports = class ServerRouter {
8585
}
8686

8787
ssrOpts.appProps = deepmerge.all([appInfo.props || {}, appInfo.ssrProps || {}, row.props || {}]);
88-
console.trace(
89-
'[DEBUG domain props] server-router getFragmentsContext',
90-
appId,
91-
JSON.stringify({ appProps: ssrOpts.appProps }),
92-
);
9388
ssrOpts.wrapperConf = row.wrapperConf;
9489
ssrOpts.spaBundleUrl = appInfo.spaBundle;
9590

0 commit comments

Comments
 (0)