Skip to content

Commit 4be329e

Browse files
author
James Foster
committed
Remove debugging output.
1 parent f8ab8b8 commit 4be329e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/arduino/Client.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ class Client : public Stream {
1616
if (mGodmodeDataIn) {
1717
mGodmodeDataIn = new String(mGodmodeDataIn->c_str());
1818
}
19-
std::cout << __FILE__ << ":" << __LINE__ << std::endl;
2019
}
2120
Client & operator=(const Client &client) {
2221
// copy assignment operator

0 commit comments

Comments
 (0)