cleanup
This commit is contained in:
parent
4dd64de133
commit
68a8733976
1 changed files with 0 additions and 5 deletions
|
|
@ -490,11 +490,6 @@ class AnalyticsDataService {
|
|||
events.add(MorphUnlockedEvent(newUnlockedMorphs));
|
||||
}
|
||||
|
||||
for (final entry in newConstructs.entries) {
|
||||
final prevConstruct = prevConstructs[entry.key];
|
||||
if (prevConstruct == null) continue;
|
||||
}
|
||||
|
||||
if (update.blockedConstruct != null) {
|
||||
events.add(ConstructBlockedEvent(update.blockedConstruct!));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue