[examples/tinytests] Get rid of useless debug command
This commit is contained in:
@@ -431,14 +431,6 @@ void eval(string &cmd)
|
|||||||
convertToCommand(s);
|
convertToCommand(s);
|
||||||
if (s.length() == 0)
|
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"))
|
else if (compare(s, "list"))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user