From dcdc8bcfe2d833046e4dfb16d79833eaef263d98 Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Tue, 22 Sep 2015 21:56:27 +0200 Subject: [PATCH] Removed manual change of tokenTimeout Epaper display is gone, this is not necessary any more. --- doorlockd/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/doorlockd/main.cpp b/doorlockd/main.cpp index 6fee715..d1fa16e 100644 --- a/doorlockd/main.cpp +++ b/doorlockd/main.cpp @@ -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) {