We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ab8b8 commit 4be329eCopy full SHA for 4be329e
cpp/arduino/Client.h
@@ -16,7 +16,6 @@ class Client : public Stream {
16
if (mGodmodeDataIn) {
17
mGodmodeDataIn = new String(mGodmodeDataIn->c_str());
18
}
19
- std::cout << __FILE__ << ":" << __LINE__ << std::endl;
20
21
Client & operator=(const Client &client) {
22
// copy assignment operator
0 commit comments