Andrew Boyson / log

Dependents:   oldheating gps motorhome heating

Revision:
5:a1f0298e0995
Parent:
4:c95b09342a93
Child:
6:b98aa0ec75a1
diff -r c95b09342a93 -r a1f0298e0995 log.cpp
--- a/log.cpp	Tue May 09 15:16:30 2017 +0000
+++ b/log.cpp	Tue May 09 15:22:21 2017 +0000
@@ -1,6 +1,5 @@
 #include "mbed.h"
 #include "time.h"
-#include   "io.h"
 
 #define BUFFER_LENGTH 4096
 static char buffer[BUFFER_LENGTH];
@@ -18,9 +17,6 @@
     //Only add if allowed
     if (!enable) return;
     
-    
-    IoPcUart.putc(c);
-    
     char* pNext;
     
     //Work out what has to be sent