Skip to content

Commit

Permalink
Reverting change
Browse files Browse the repository at this point in the history
  • Loading branch information
ncc14003 committed Feb 6, 2020
1 parent 6b71112 commit c046290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions breadcrumbs/src/comms/DataSyncThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void DataSyncThread::threadRuntime()

while (continueThread && iResult > 0)
{
write_log("Waiting to receive bytes\n", 1, logger->filename, logger);
//write_log("Waiting to receive bytes\n", 1, logger->filename, logger);
printf("Waiting to receive bytes\n");
if (!readyToReceive())
continue;
Expand Down Expand Up @@ -137,7 +137,7 @@ void DataSyncThread::startComms()
/*
Initializes the communication thread
*/
write_log("Start comms: ", 1, logger->filename, logger);
//write_log("Start comms: ", 1, logger->filename, logger);
//write_log(std::to_string(incomingAttributes), 1, logger->filename, logger);

printf("Start comms: %d\n", incomingAttributes);
Expand Down

0 comments on commit c046290

Please sign in to comment.