diff --git a/src/drivers/hott/comms.cpp b/src/drivers/hott/comms.cpp
index a2de87407d22930ae43dae44d293ab31937c922a..1da1c5c1802ac574de7aacef50658fbafbef90e3 100644
--- a/src/drivers/hott/comms.cpp
+++ b/src/drivers/hott/comms.cpp
@@ -95,13 +95,3 @@ open_uart(const char *device)
 
 	return uart;
 }
-
-
-
-
-
-
-
-
-
-
diff --git a/src/drivers/hott/comms.h b/src/drivers/hott/comms.h
index 4954a309e236f182663a960a92135106cc25c27e..f5608122fc9618afd179d5ea7e8e3faa8a28f0e7 100644
--- a/src/drivers/hott/comms.h
+++ b/src/drivers/hott/comms.h
@@ -44,13 +44,3 @@
 int open_uart(const char *device);
 
 #endif /* COMMS_H_ */
-
-
-
-
-
-
-
-
-
-
diff --git a/src/drivers/hott/messages.cpp b/src/drivers/hott/messages.cpp
index 004322a2d7a337c3b4fe2c02b11bb81573615617..c5d73ab11db76a7afc0faea16d50ebc83aa895ad 100644
--- a/src/drivers/hott/messages.cpp
+++ b/src/drivers/hott/messages.cpp
@@ -124,7 +124,6 @@ publish_gam_message(const uint8_t *buffer)
 	_esc.esc[0].esc_temperature = msg.temperature1 - 20; 
 	_esc.esc[0].esc_voltage = (uint16_t)((msg.main_voltage_H << 8) | (msg.main_voltage_L & 0xff));
 	_esc.esc[0].esc_current = (uint16_t)((msg.current_H << 8) | (msg.current_L & 0xff));
-	//printf("T: %d\n", _esc.esc[0].esc_temperature);
 }
 
 void