CoapPacket

- Removed flase assertion
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-29 09:16:53 +02:00
parent 7b888d6b8f
commit 1914f0741a
1 changed files with 0 additions and 4 deletions

View File

@ -483,10 +483,6 @@ public class CoapPacket
writeln("Built option: ", option);
createdOptions ~= option;
}
assert(false);
}
// 14
else if(computed == 14)