Skip to content

Commit

Permalink
chore: roll back unnecessary changes from cloudwatch_logger_plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 authored Aug 30, 2023
1 parent 54983b6 commit d2b183f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ void main() {
localLoggingConstraint: loggingConstraint,
enable: false,
);

final errorLog = LogEntry(
level: LogLevel.error,
message: 'error message',
Expand All @@ -49,7 +48,7 @@ void main() {
id: 2,
value: 'second og message',
timestamp: DateTime.timestamp().toIso8601String(),
)
),
];

group('enable/disable: ', () {
Expand Down

0 comments on commit d2b183f

Please sign in to comment.