Skip to content

Commit

Permalink
Removed unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed May 3, 2016
1 parent 64675fc commit 5327898
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Plugins/iOS/TestFairyUnityWrapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ void TestFairy_takeScreenshot()

void TestFairy_setScreenName(char *name) {
NSString *value = name == NULL ? nil : [NSString stringWithUTF8String:name];
NSLog(@"Setting screen name: %@", value);
[TestFairy setScreenName:value];
}

0 comments on commit 5327898

Please sign in to comment.