Skip to content

Commit

Permalink
Add prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander committed Feb 6, 2024
1 parent 39be923 commit c8e4cf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/lib/widgets/deployment_stage_banner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ class DeploymentStageBanner extends StatelessWidget {

@override
Widget build(BuildContext context) {
print('kDevelopmentStage: $kDevelopmentStage');
print('kDevelopmentStageOrNull: $kDevelopmentStageOrNull');
print('_isStable: $_isStable');
print('_uppercasedStage: $_uppercasedStage');

if (_isStable) {
return child;
}
Expand Down

0 comments on commit c8e4cf9

Please sign in to comment.