Skip to content

Commit

Permalink
Removed superfluous code
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Hatcher authored and Charles Hatcher committed Feb 10, 2017
1 parent 222ebd2 commit 374c276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onyx-ios-helloworld/ViewController.mm
Expand Up @@ -62,7 +62,7 @@ - (IBAction)capture:(id)sender {
vc.state = ONYX_ENROLL;
vc.showTutorial = false;
vc.hideHandSelect = false;
vc.license = @"5844-3213-7705-1-2";
vc.license = @"xxxx-xxxx-xxxx-x-x";
vc.showDebug = false;

vc.focusMeasurementRequirement = 0.1;
Expand Down

0 comments on commit 374c276

Please sign in to comment.