Skip to content

Commit

Permalink
removed debug outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavius Motileng committed Mar 17, 2020
1 parent fd5518a commit 535ee72
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ STDMETHODIMP CTwoWayIPCManager::SendMessage(BSTR message)
{
wstring strMessage = (PCWSTR)message;
this->m_MessagePipe->send(strMessage);
wcout << "sending message" << L"\n";
return S_OK;
}

Expand Down

0 comments on commit 535ee72

Please sign in to comment.