We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee66139 commit a066ce3Copy full SHA for a066ce3
packages/app-backend-core/src/perf.ts
@@ -21,7 +21,6 @@ export async function performanceMarkStart (
21
const groupId = ctx.perfUniqueGroupId++
22
const groupKey = `${uid}-${type}`
23
appRecord.perfGroupIds.set(groupKey, { groupId, time })
24
- console.log(time)
25
await addTimelineEvent({
26
layerId: 'performance',
27
event: {
packages/app-frontend/src/features/components/composable/components.ts
@@ -298,7 +298,6 @@ function _retryRequestComponentTree (instanceId: ComponentTreeNode['id']) {
298
requestComponentTreeRetryDelay = 500
299
return
300
}
301
- console.log(_retryRequestComponentTree)
302
_sendTreeRequest(instanceId)
303
_queueRetryTree(instanceId)
304
0 commit comments