Skip to content

Commit

Permalink
isLoggedIn is probably unused and always false, so remove it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
MoralCode committed Mar 7, 2024
1 parent f743f68 commit cbd5097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/c2logbook_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class C2Logbook {
'User-Agent': _userAgent
};

bool get isLoggedIn => oauthClient != null;
// bool get isLoggedIn => oauthClient != null;

C2Logbook(
{required String clientId,
Expand Down

0 comments on commit cbd5097

Please sign in to comment.