From 41bff5902a47b2641ea1a345c65bfe183d6640a4 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Wed, 12 Feb 2020 20:13:52 -0500 Subject: [PATCH] remove bad lines Signed-off-by: Sara Damiano --- examples/HttpsClient/HttpsClient.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/HttpsClient/HttpsClient.ino b/examples/HttpsClient/HttpsClient.ino index fbbd02a..3f9e181 100644 --- a/examples/HttpsClient/HttpsClient.ino +++ b/examples/HttpsClient/HttpsClient.ino @@ -143,11 +143,6 @@ void setup() { modem.simUnlock(GSM_PIN); } #endif - - if (!modem.hasSSL()) { - SerialMon.println(F("SSL is not supported by this modem")); - while(true) { delay(1000); } - } } void loop() {