Skip to content

Commit a066ce3

Browse files
committed
chore: remove logs
1 parent ee66139 commit a066ce3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/app-backend-core/src/perf.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export async function performanceMarkStart (
2121
const groupId = ctx.perfUniqueGroupId++
2222
const groupKey = `${uid}-${type}`
2323
appRecord.perfGroupIds.set(groupKey, { groupId, time })
24-
console.log(time)
2524
await addTimelineEvent({
2625
layerId: 'performance',
2726
event: {

packages/app-frontend/src/features/components/composable/components.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ function _retryRequestComponentTree (instanceId: ComponentTreeNode['id']) {
298298
requestComponentTreeRetryDelay = 500
299299
return
300300
}
301-
console.log(_retryRequestComponentTree)
302301
_sendTreeRequest(instanceId)
303302
_queueRetryTree(instanceId)
304303
}

0 commit comments

Comments
 (0)