Skip to content

Commit f6a3d02

Browse files
committed
Removed another nslog
1 parent 04b30e0 commit f6a3d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNFSManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ @implementation RNFSManager
2222
RCT_EXPORT_METHOD(readDir:(NSString*)directory inFolder:(NSNumber*)folder callback:(RCTResponseSenderBlock)callback){
2323
NSString *path;
2424
int folderInt = [folder integerValue];
25-
//NSLog(@"%d %d", folderInt, MainBundleDirectory);
25+
2626
if (folderInt == MainBundleDirectory) {
2727
path = [[NSBundle mainBundle] bundlePath];
2828
} else {

0 commit comments

Comments
 (0)