Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Files at this revision

API Documentation at this revision

Comitter:
donatien
Date:
Fri Sep 14 15:14:29 2012 +0000
Parent:
42:e423e7204e5c
Child:
44:6d0ac4747f5b
Commit message:
Removed debugging info

Changed in this revision

Tests/Test21.h Show annotated file Show diff for this revision Revisions of this file
Tests/Test22.h Show annotated file Show diff for this revision Revisions of this file
--- a/Tests/Test21.h	Fri Sep 14 15:13:40 2012 +0000
+++ b/Tests/Test21.h	Fri Sep 14 15:14:29 2012 +0000
@@ -17,7 +17,6 @@
    
       virtual bool execute() {
          LOG(_description);
-         LOG("_ussdResponse=%p",_ussdResponse);
          
          if(_modem->sendUSSD("*#100#",_ussdResponse,16)!=0) {
             LOG("Error sending USSD");
--- a/Tests/Test22.h	Fri Sep 14 15:13:40 2012 +0000
+++ b/Tests/Test22.h	Fri Sep 14 15:14:29 2012 +0000
@@ -11,12 +11,10 @@
       
       virtual void setupTest() {
          _ussdResponse = (char*)malloc(16*sizeof(char));
-         LOG("_ussdResponse alloc'd to %p",_ussdResponse);
       }
    
       virtual bool execute() {
          LOG(_description);
-         LOG("_ussdResponse=%p",_ussdResponse);
          
          if(_modem->sendUSSD(".2890",_ussdResponse,16)!=0) {
             LOG("Error sending USSD");