Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
mlw committed Feb 26, 2024
1 parent 26d9c0a commit 7101449
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/santasyncservice/SNTSyncPreflight.m
Expand Up @@ -88,8 +88,6 @@ - (BOOL)sync {

id<SNTDaemonControlXPC> rop = [self.daemonConn synchronousRemoteObjectProxy];

// dispatch_group_t group = dispatch_group_create();
// dispatch_group_enter(group);
[rop databaseRuleCounts:^(struct RuleCounts counts) {
requestDict[kBinaryRuleCount] = @(counts.binary);
requestDict[kCertificateRuleCount] = @(counts.certificate);
Expand Down

0 comments on commit 7101449

Please sign in to comment.