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
|
||||
#ifdef LICENSING
|
||||
Controller::initLicense();
|
||||
Controller::checkLicense();
|
||||
//start license checking thread
|
||||
tthread::thread licenseThread(Controller::licenseLoop, 0);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue