Removed another nslog

This commit is contained in:
Johannes Lumpe
2015-05-09 00:18:55 +03:00
parent 04b30e06a5
commit f6a3d02fa2
+1 -1
View File
@@ -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 {