USSDTest, working with SARA-G350 on C027

Dependencies:   C027 UbloxUSBModem mbed

Fork of C027_HTTPClientTest by u-blox

Revision:
14:b2b75c8a01fa
Parent:
13:9350ec2ec1cd
Parent:
11:393f2a870b42
Child:
15:6fdc76603237
--- 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");