rigged tests for linux trial

This commit is contained in:
Joseph Henry
2016-06-27 16:25:50 -07:00
parent c757276c06
commit 2fcb8deb59
4 changed files with 6 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ void dwr(int level, const char *fmt, ... );
void dwr(int level, const char *fmt, ... )
{
fprintf(stderr, "Hello from debug!\n");
#if defined(SDK_DEBUG)
if(level > DEBUG_LEVEL)
return;