Skip to content

Commit 591a63c

Browse files
committed
oops
1 parent 6ff6cd9 commit 591a63c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

SerialPrograms/Source/NintendoSwitch/Controllers/SysbotBase/SysbotBase_Connection.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
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

1918
namespace PokemonAutomation{
2019
namespace SysbotBase{
@@ -107,7 +106,7 @@ ControllerModeStatus TcpSysbotBase_Connection::controller_mode_status() const{
107106

108107
void 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

0 commit comments

Comments
 (0)