Fixed extraneous checkLicense in Controller
This commit is contained in:
parent
a2d912912f
commit
067ba7d381
1 changed files with 0 additions and 1 deletions
|
@ -342,7 +342,6 @@ int main_loop(int argc, char ** argv){
|
||||||
#endif
|
#endif
|
||||||
#ifdef LICENSING
|
#ifdef LICENSING
|
||||||
Controller::initLicense();
|
Controller::initLicense();
|
||||||
Controller::checkLicense();
|
|
||||||
//start license checking thread
|
//start license checking thread
|
||||||
tthread::thread licenseThread(Controller::licenseLoop, 0);
|
tthread::thread licenseThread(Controller::licenseLoop, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue