replace assert with what it was to remind me to add

This commit is contained in:
Eric House 2019-01-01 19:43:44 -08:00
parent e30497f336
commit e77b830157

View file

@ -1222,8 +1222,7 @@ public class RelayService extends JobIntentService
service.m_handler.post( new Runnable() {
public void run() {
Assert.assertFalse( BuildConfig.DEBUG );
// stopUDPThreadsIf();
service.stopUDPThreads();
}
} );
break;