diff --git a/lorawan.cpp b/lorawan.cpp
index 9dc37ff02ed5b541a20908902f621b170fcbf1ba..9765c5f729f53070b6061328e64441f8acc93b19 100644
--- a/lorawan.cpp
+++ b/lorawan.cpp
@@ -102,9 +102,7 @@ namespace lorawan {
         Serial.println();
       }
       Serial.println(F("Other services may resume, and will not be frozen anymore."));
-      // Disable link check validation (automatically enabled
-      // during join, but because slow data rates change max TX
-      // size, we don't use it in this example.
+      // Disable link check validation (automatically enabled during join)
       LMIC_setLinkCheckMode(0);
       break;
     case EV_JOIN_FAILED: