Skip to content

Commit

Permalink
remove print call
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Samoticha committed May 5, 2024
1 parent 7f21c2d commit 868eec1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/theme/macos_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ class MacosThemeData extends Equatable with Diagnosticable {
AccentColor? accentColor,
bool? isMainWindow,
}) {
print('Called MacosThemeData factory.');

// ignore: no_leading_underscores_for_local_identifiers
final Brightness _brightness = brightness ?? Brightness.light;
final bool isDark = _brightness == Brightness.dark;
Expand Down

0 comments on commit 868eec1

Please sign in to comment.