mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 18:11:06 +00:00
Removed another nslog
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ RCT_EXPORT_MODULE();
|
||||
RCT_EXPORT_METHOD(readDir:(NSString*)directory inFolder:(NSNumber*)folder callback:(RCTResponseSenderBlock)callback){
|
||||
NSString *path;
|
||||
int folderInt = [folder integerValue];
|
||||
//NSLog(@"%d %d", folderInt, MainBundleDirectory);
|
||||
|
||||
if (folderInt == MainBundleDirectory) {
|
||||
path = [[NSBundle mainBundle] bundlePath];
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user