File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
SerialPrograms/Source/NintendoSwitch/Controllers/SysbotBase Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1111#include " CommonFramework/Options/Environment/ThemeSelectorOption.h"
1212#include " SysbotBase_Connection.h"
1313
14- // REMOVE
15- #include < iostream>
16- using std::cout;
17- using std::endl;
14+ // #include <iostream>
15+ // using std::cout;
16+ // using std::endl;
1817
1918namespace PokemonAutomation {
2019namespace SysbotBase {
@@ -107,7 +106,7 @@ ControllerModeStatus TcpSysbotBase_Connection::controller_mode_status() const{
107106
108107void TcpSysbotBase_Connection::write_data (const std::string& data){
109108 WriteSpinLock lg (m_send_lock);
110- cout << " Sending: " << data << endl; // REMOVE
109+ // cout << "Sending: " << data << endl;
111110 m_socket.blocking_send (data.data (), data.size ());
112111}
113112
You can’t perform that action at this time.
0 commit comments