Removed debug code

This was a real facepalmer
This commit is contained in:
Aaron Covrig 2020-06-14 22:55:16 -04:00
parent 44a28a0364
commit f0d1deba06
No known key found for this signature in database
GPG Key ID: 9784FE58FA0C17A9

View File

@ -195,7 +195,6 @@ bool TheThingsNetwork::joinCore()
ttn_hal.enterCriticalSection();
waitingReason = eWaitingForJoin;
LMIC_startJoining();
LMIC_selectSubBand( 1 );
ttn_hal.wakeUp();
ttn_hal.leaveCriticalSection();