Skip to content

Commit c1c38e3

Browse files
committed
clean
1 parent 3721121 commit c1c38e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/visitor/strategy/no_consent_strategy.dart

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ import 'package:flagship/visitor/strategy/default_strategy.dart';
1010
class NoConsentStrategy extends DefaultStrategy {
1111
NoConsentStrategy(Visitor visitor) : super(visitor);
1212

13-
// The activate modification is not allowed
14-
@override
15-
// Future<void> activateModification(String key) async {
16-
// Flagship.logger(Level.INFO, CONSENT_ACTIVATE);
17-
// }
18-
1913
@override
2014
Future<void> activateFlag(Modification pFlag,
2115
{bool isDuplicated = false}) async {

0 commit comments

Comments
 (0)