Skip to content

Commit 400bffe

Browse files
author
cawfree
committed
chore: remove dead code
1 parent 39176d6 commit 400bffe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ios/ThreadManager.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ -(void) checkAndSendEvent:(NSString*)name body:(id)body
5353
: name;
5454

5555
// Bundled JavaScript is placed within the resources directory.
56-
//NSURL *bundledThreadURL = [[NSBundle mainBundle] URLForResource:[NSString stringWithFormat:@"%@.thread", [jsFileSlug lastPathComponent]] withExtension:@"jsbundle"];
5756
NSURL *bundledThreadURL = [[NSBundle mainBundle] URLForResource:[NSString stringWithFormat:@"%@", [jsFileSlug lastPathComponent]] withExtension:@"jsbundle"];
5857

5958
// Check whether we can read bundle JS the resources directory. If

0 commit comments

Comments
 (0)