mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-23 19:38:26 +02:00
revert temp logging.
This commit is contained in:
parent
7dcc1151c7
commit
90bd08d86c
4 changed files with 5 additions and 20 deletions
|
@ -61,7 +61,6 @@ CClientProxy::getStream() const
|
|||
CEvent::Type
|
||||
CClientProxy::getReadyEvent()
|
||||
{
|
||||
LOG((CLOG_DEBUG4 "getReadyEvent"));
|
||||
return EVENTQUEUE->registerTypeOnce(s_readyEvent,
|
||||
"CClientProxy::ready");
|
||||
}
|
||||
|
@ -69,7 +68,6 @@ CClientProxy::getReadyEvent()
|
|||
CEvent::Type
|
||||
CClientProxy::getDisconnectedEvent()
|
||||
{
|
||||
LOG((CLOG_DEBUG4 "getDisconnectedEvent"));
|
||||
return EVENTQUEUE->registerTypeOnce(s_disconnectedEvent,
|
||||
"CClientProxy::disconnected");
|
||||
}
|
||||
|
@ -77,7 +75,6 @@ CClientProxy::getDisconnectedEvent()
|
|||
CEvent::Type
|
||||
CClientProxy::getClipboardChangedEvent()
|
||||
{
|
||||
LOG((CLOG_DEBUG4 "getClipboardChangedEvent"));
|
||||
return EVENTQUEUE->registerTypeOnce(s_clipboardChangedEvent,
|
||||
"CClientProxy::clipboardChanged");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue