Fixed extraneous checkLicense in Controller

This commit is contained in:
Thulinma 2017-06-19 19:45:47 +02:00
parent a2d912912f
commit 067ba7d381

View file

@ -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