Skip to content

Commit 9bab972

Browse files
committed
commenting out debug logging by deafult
1 parent 864dd19 commit 9bab972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UniversalTelegramBot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2222
#ifndef UniversalTelegramBot_h
2323
#define UniversalTelegramBot_h
2424

25-
#define TELEGRAM_DEBUG 1
25+
//#define TELEGRAM_DEBUG 1
2626
#define ARDUINOJSON_DECODE_UNICODE 1
2727
#define ARDUINOJSON_USE_LONG_LONG 1
2828
#include <Arduino.h>

0 commit comments

Comments
 (0)