Skip to content

Commit

Permalink
[centrality] debug_macro.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Aug 13, 2024
1 parent e2a0a78 commit b125231
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/c_common/debug_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

#define PGR_DBG(...) \
elog(DEBUG3, __VA_ARGS__)

#else
#define PGR_DBG(...) do { ; } while (0) // NOLINT [whitespace/newline]
#endif
Expand Down

0 comments on commit b125231

Please sign in to comment.