1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-09-27 16:24:46 +02:00

Removed manual change of tokenTimeout

Epaper display is gone, this is not necessary any more.
This commit is contained in:
Ralf Ramsauer 2015-09-22 21:56:27 +02:00
parent 7496a0bab2
commit dcdc8bcfe2

View File

@ -179,8 +179,6 @@ int main(int argc, char** argv)
}
po::notify(vm);
tokenTimeout = std::chrono::seconds(timeout>3 ? timeout-3 : timeout); // Epaper refresh takes ~3 seconds
}
catch(const std::exception &e)
{