[examples/tinytests] Get rid of useless debug command

This commit is contained in:
hsaturn
2023-04-21 22:27:22 +02:00
parent 66cb80ff3f
commit bd566945cc

View File

@@ -431,14 +431,6 @@ void eval(string &cmd)
convertToCommand(s);
if (s.length() == 0)
{
}
else if (compare(s, "debug"))
{
#if TINY_MQTT_DEBUG
TinyMqtt::debug = getint(cmd);
#else
Console << red << "TinyMqtt not compiled in debug" << endl;
#endif
}
else if (compare(s, "list"))
{