diff options
Diffstat (limited to 'src/zenhttp/httpclientauth.cpp')
| -rw-r--r-- | src/zenhttp/httpclientauth.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zenhttp/httpclientauth.cpp b/src/zenhttp/httpclientauth.cpp index 8754c57d6..72df12d02 100644 --- a/src/zenhttp/httpclientauth.cpp +++ b/src/zenhttp/httpclientauth.cpp @@ -133,8 +133,6 @@ namespace zen { namespace httpclientauth { int ExitCode = Proc.WaitExitCode(); - auto EndTime = std::chrono::system_clock::now(); - if (ExitCode == 0) { IoBuffer Body = IoBufferBuilder::MakeFromFile(AuthTokenPath); |