Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gtarpenning committed Nov 8, 2024
1 parent b5099f6 commit c70d7dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ const CallPageInnerVertical: FC<{
return <Loading centered />;
}

console.log('CallPageInnerVertical', tree);

return (
<SimplePageLayoutWithHeader
headerExtra={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,6 @@ export const useCallFlattenedTraceTree = (
? traceCallMap[callToExpand.parentId]
: null;
}
// If fake main call, expand it
if (mainCall.parentId != null && !traceCallMap[mainCall.parentId]) {
expandKeys.add(mainCall.parentId);
}
return {
rows,
selectedCall,
Expand Down

0 comments on commit c70d7dc

Please sign in to comment.