Skip to content

Commit

Permalink
Remove redefinition of NX_PRINT_PREFIX which was causing compile erro…
Browse files Browse the repository at this point in the history
…rs when printing outside of member functions.
  • Loading branch information
foodprocessor committed Aug 19, 2024
1 parent 0969522 commit 69d12bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/plugin/settings/device_agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <algorithm>

#define NX_PRINT_PREFIX (this->logUtils.printPrefix)
#include <nx/kit/debug.h>
#include <nx/kit/utils.h>
#include <nx/sdk/helpers/active_setting_changed_response.h>
Expand Down
1 change: 0 additions & 1 deletion src/plugin/settings/engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

#include "cloudfuse_helper.h"

#define NX_PRINT_PREFIX (this->logUtils.printPrefix)
#include <nx/kit/debug.h>
#include <nx/sdk/helpers/active_setting_changed_response.h>
#include <nx/sdk/helpers/error.h>
Expand Down

0 comments on commit 69d12bb

Please sign in to comment.