From 40b0c04d624d18a8b8572e9a55b91abbcc724f2d Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 25 Sep 2014 13:36:17 +0200 Subject: [PATCH] android: Remove few not needed blank lines --- android/main.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/android/main.c b/android/main.c index 9ee9960a1..014b763fd 100644 --- a/android/main.c +++ b/android/main.c @@ -397,38 +397,28 @@ static void configuration(const void *buf, uint16_t len) case HAL_CONFIG_VENDOR: config_vendor = get_prop(config_vendor, prop->len, prop->val); - DBG("vendor %s", config_vendor); - break; case HAL_CONFIG_NAME: config_name = get_prop(config_name, prop->len, prop->val); - DBG("name %s", config_name); - break; case HAL_CONFIG_MODEL: config_model = get_prop(config_model, prop->len, prop->val); - DBG("model %s", config_model); - break; case HAL_CONFIG_SERIAL_NUMBER: config_serial = get_prop(config_serial, prop->len, prop->val); - DBG("serial %s", config_serial); - break; case HAL_CONFIG_SYSTEM_ID: parse_system_id(prop->len, prop->val); - break; case HAL_CONFIG_PNP_ID: parse_pnp_id(prop->len, prop->val); - break; default: error("Invalid configuration option (%u), terminating", -- 2.47.3