Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmelis authored Oct 2, 2024
1 parent bf17746 commit 0f3d0ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/VS1/VS1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ void VS1::_syncEnq() {
_setState(State::SEND);
}
} else {
vw_log_i("no time to send");
_setState(State::INIT);
}
}
Expand All @@ -241,7 +240,6 @@ void VS1::_syncRecv() {
_setState(State::SEND);
}
} else {
vw_log_i("no time to send");
_setState(State::INIT);
}
}
Expand Down

0 comments on commit 0f3d0ce

Please sign in to comment.