Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Dec 12, 2023
1 parent 6f67969 commit 12df6fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions flow/e2e/test_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,14 +386,6 @@ func NewTemporalTestWorkflowEnvironment() *testsuite.TestWorkflowEnvironment {
return testSuite.NewTestWorkflowEnvironment()
}

// implement temporal logger interface with logrus
//
// type Logger interface {
// Debug(msg string, keyvals ...interface{})
// Info(msg string, keyvals ...interface{})
// Warn(msg string, keyvals ...interface{})
// Error(msg string, keyvals ...interface{})
// }
type TStructuredLogger struct {
logger *slog.Logger
}
Expand Down

0 comments on commit 12df6fb

Please sign in to comment.