remove extraneous printf()

master
Rohit Grover 2015-05-06 16:12:36 +01:00
parent 3aae9f8ea6
commit c69bb58af6
1 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
#ifndef _BTLE_DISCOVERY_H_
#define _BTLE_DISCOVERY_H_
#include <stdio.h>
#include "ble.h"
#include "UUID.h"
#include "Gap.h"
@ -128,7 +127,6 @@ public:
void terminateServiceDiscovery(void) {
sDiscoveryActive = false;
cDiscoveryActive = false;
printf("end of service discovery\r\n");
}
void terminateCharacteristicDiscovery(void) {