test

Dependencies:   C027 HTTPClient UbloxUSBModem mbed

Fork of C027_HTTPClientTest by u-blox

Revision:
16:b2b75c8a01fa
Parent:
15:9350ec2ec1cd
Parent:
12:393f2a870b42
--- a/main.cpp	Mon Mar 03 07:57:11 2014 +0000
+++ b/main.cpp	Mon Mar 03 08:02:32 2014 +0000
@@ -47,11 +47,6 @@
             break;
         wait_ms(1000);
     }
-    if(ret)
-    {
-        printf("Could not connect %d\n", ret);
-        return;
-    }
     
     //GET data
     printf("Trying to fetch page...\n");