Skip to content

Commit 8ae0b1f

Browse files
Remove log statement
1 parent 9a63bc7 commit 8ae0b1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BuildSettingExtractor/BuildSettingExtractor.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ - (NSArray *)objectArrayForDictionary:(NSDictionary *)dict key:(NSString *)key {
4040
}
4141

4242
- (void)extractBuildSettingsFromProject:(NSURL *)projectWrapperURL toDestinationFolder:(NSURL *)folderURL {
43-
NSLog(@"Extract from: %@, put files in: %@", projectWrapperURL, folderURL);
4443

4544
[self.buildSettingsByTarget removeAllObjects];
4645

0 commit comments

Comments
 (0)