Skip to content

Commit

Permalink
chore: remove accidentally added print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptochassis committed Apr 20, 2023
1 parent a65b9b4 commit 929d104
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ class ExecutionManagementServiceKucoinBase : public ExecutionManagementService {
}
Event createEvent(const WsConnection& wsConnection, wspp::connection_hdl hdl, const Subscription& subscription, const std::string& textMessage,
const rj::Document& document, const TimePoint& timeReceived) {
std::cout << textMessage << std::endl;
Event event;
std::vector<Message> messageList;
Message message;
Expand Down

0 comments on commit 929d104

Please sign in to comment.