Skip to content

Commit 35bdf02

Browse files
committed
Set debug false
1 parent 0d99124 commit 35bdf02

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
@@ -85,7 +85,7 @@ class UniversalTelegramBot
8585
Client *client;
8686
const int maxMessageLength = 1000;
8787
bool checkForOkResponse(String response);
88-
bool _debug = true;
88+
bool _debug = false;
8989
};
9090

9191
#endif

0 commit comments

Comments
 (0)