From 0b815024360897deadd575f88d225930d2db59b5 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Thu, 4 Aug 2016 12:06:24 +0200 Subject: Remove commented code Signed-off-by: Szczepan Zalega --- NitrokeyManager.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'NitrokeyManager.cc') diff --git a/NitrokeyManager.cc b/NitrokeyManager.cc index 488c5fe..f7b3492 100644 --- a/NitrokeyManager.cc +++ b/NitrokeyManager.cc @@ -186,11 +186,8 @@ namespace nitrokey{ strcpyT(auth.temporary_password, temporary_password); auth.crc_to_authorize = WriteToTOTPSlot::CommandTransaction::getCRC(payload); Authorize::CommandTransaction::run(*device, auth); -// auto auth_successful = device->last_command_sucessfull(); auto resp = WriteToTOTPSlot::CommandTransaction::run(*device, payload); -// auto write_successful = device->last_command_sucessfull(); -// return auth_successful && write_successful; //left to show alternative approach return true; } -- cgit v1.2.1