Skip to content

Commit

Permalink
Revert constants.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander committed Feb 7, 2024
1 parent 13d22b3 commit e1fc94b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/lib/main/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@
//
// SPDX-License-Identifier: EUPL-1.2

// Can be overridden for testing purposes.
String? kDevelopmentStageOrNull =
kDevelopmentStage == "" ? null : kDevelopmentStage;
const kDevelopmentStage = String.fromEnvironment('DEVELOPMENT_STAGE');

0 comments on commit e1fc94b

Please sign in to comment.