Skip to content

Commit

Permalink
Do not output DEBUG messages by default
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Apr 10, 2018
1 parent 81b5755 commit 9d4911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NitrokeyManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ using nitrokey::misc::strcpyT;

NitrokeyManager::NitrokeyManager() : device(nullptr)
{
set_debug(true);
set_debug(false);
}
NitrokeyManager::~NitrokeyManager() {
std::lock_guard<std::mutex> lock(mex_dev_com_manager);
Expand Down

0 comments on commit 9d4911d

Please sign in to comment.