aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/hmi-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/hmi-debug.h')
-rw-r--r--homescreen/src/hmi-debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/homescreen/src/hmi-debug.h b/homescreen/src/hmi-debug.h
index 47ae1f7..ea9bae8 100644
--- a/homescreen/src/hmi-debug.h
+++ b/homescreen/src/hmi-debug.h
@@ -49,7 +49,6 @@ static void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, c
struct timespec tp;
uint32_t time;
va_list args;
- int ret;
const int log_level = (getenv("USE_HMI_DEBUG") == NULL) ? LOG_LEVEL_ERROR : atoi(getenv("USE_HMI_DEBUG"));
if(log_level < level) {