Skip to content

Commit

Permalink
Remove TODO from logging header
Browse files Browse the repository at this point in the history
  • Loading branch information
muneebahmed10 committed Jun 15, 2020
1 parent f2af653 commit 2feff0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demos/logging-stack/logging_stack.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#define LOG_METADATA_ARGS __FILE__, __LINE__

/* Common macro for all logging interface macros. */
/* TODO - Replace printf with an implementation function. */
#if !defined( DISABLE_LOGGING )
#define SdkLog( string ) printf string
#else
Expand Down

0 comments on commit 2feff0c

Please sign in to comment.