Skip to content

Commit

Permalink
Remove unnecessary logging type prefix (#8620)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Dec 11, 2024
1 parent 9d78520 commit e6b6000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/src/framework/release_notes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class ReleaseNotesController extends SidePanelController {
markdown.value = null;
toggleVisibility(false);
if (message != null) {
_log.warning('Warning: $message');
_log.warning(message);
}
}

Expand Down

0 comments on commit e6b6000

Please sign in to comment.