Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 20, 2023
1 parent b4e35e3 commit 55d2686
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/json_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ type JSONWriter struct{}
var GlobalJSONWriter = JSONWriter{}

func (writer JSONWriter) WriteTraceToFile(filepath string, trace []Step) error {
// collect missing action types, if any. this way, we can provide a more helpful error message.

// workaround: we would keep a set, but go doesn't have sets.
jsonobj, err := json.Marshal(trace)
if err != nil {
panic(err)
Expand Down

0 comments on commit 55d2686

Please sign in to comment.