From bd566945ccc0160da2908de7247f498df0b5b226 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Fri, 21 Apr 2023 22:27:22 +0200 Subject: [PATCH] [examples/tinytests] Get rid of useless debug command --- examples/tinymqtt-test/tinymqtt-test.ino | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/tinymqtt-test/tinymqtt-test.ino b/examples/tinymqtt-test/tinymqtt-test.ino index 2ad9a76..a1d3fbf 100644 --- a/examples/tinymqtt-test/tinymqtt-test.ino +++ b/examples/tinymqtt-test/tinymqtt-test.ino @@ -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")) {