Skip to content

Commit

Permalink
Removed linux and windows socket code.
Browse files Browse the repository at this point in the history
This is covered by zeromq now. I also took out the
console output of "Writing to socket!".
  • Loading branch information
davidt0x committed Nov 21, 2019
1 parent 9359a9f commit c067a1d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 234 deletions.
3 changes: 1 addition & 2 deletions src/SocketRecorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ bool SocketRecorder::openRecord(std::string port)
///
bool SocketRecorder::writeRecord(std::string s)
{
std::cout << "Writing to socket!\n";
if (_open)
if (_open)
s_send(*publisher, s);

return _open;
Expand Down
112 changes: 0 additions & 112 deletions src/SocketRecorder_linux.src

This file was deleted.

120 changes: 0 additions & 120 deletions src/SocketRecorder_win.src

This file was deleted.

0 comments on commit c067a1d

Please sign in to comment.