Skip to content

Commit

Permalink
chore: omit trace on promise resolution events, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Oct 17, 2021
1 parent 3e01efa commit 797ced8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/SwingSet/tools/slog-to-causeway.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const makeCausewayFormatter = () => {
anchor,
message,
condition,
trace: { calls: [{ name: '???@@', source: '@@' }] },
// trace: { calls: [{ name: '???@@', source: '@@' }] },
}),
/**
* @param {Anchor} anchor
Expand All @@ -126,7 +126,7 @@ const makeCausewayFormatter = () => {
class: [...status, LogClass.Resolved, LogClass.Event],
anchor,
condition,
trace: { calls: [{ name: '???@@', source: '@@' }] },
// trace: { calls: [{ name: '???@@', source: '@@' }] },
}),
/**
* @param {Anchor} anchor
Expand Down

0 comments on commit 797ced8

Please sign in to comment.