Skip to content

Commit d0548c1

Browse files
author
garenwang
committed
fix
1 parent 9aa9a18 commit d0548c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

QCloudTrack/Classes/Cls/QCloudCLSTrackService.m

-1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,5 @@ -(void)_reportWithEventCode:(NSString *)eventCode params:(NSDictionary *)params{
9797
NSString * mapAsString = [[NSString alloc]initWithFormat:@"{%@}",[array componentsJoinedByString:@","]];
9898
NSString *logString = [NSString stringWithFormat:@"cls_post_result:eventCode: %@, topicId: %@, params: %@ => result: %ld", eventCode, self.topicId, mapAsString, (long)result];
9999
}
100-
[self.clsClient DestroyLogProducer];
101100
}
102101
@end

0 commit comments

Comments
 (0)