rigged tests for linux trial
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user