Skip to content

Commit 55d0f7a

Browse files
authored
Disable leftover debug log output
1 parent ff108ab commit 55d0f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ void ts3plugin_initHotkeys(struct PluginHotkey*** hotkeys)
359359
std::map<uint64, int> clientInputHardwareStateMap;
360360
void ts3plugin_onUpdateClientEvent(uint64 serverConnectionHandlerID, anyID clientID, anyID invokerID, const char * invokerName, const char * invokerUniqueIdentifier)
361361
{
362-
logDebug("onUpdateClientEvent: serverId = %i, clientId = %i, invokerID = %i, invokerName = \"%s\", invokerUID = \"%s\"",
363-
(int)serverConnectionHandlerID, (int)clientID, (int)invokerID, invokerName ? invokerName : "NULL", invokerUniqueIdentifier ? invokerUniqueIdentifier : "NULL");
362+
//logDebug("onUpdateClientEvent: serverId = %i, clientId = %i, invokerID = %i, invokerName = \"%s\", invokerUID = \"%s\"",
363+
// (int)serverConnectionHandlerID, (int)clientID, (int)invokerID, invokerName ? invokerName : "NULL", invokerUniqueIdentifier ? invokerUniqueIdentifier : "NULL");
364364
anyID myId = 0;
365365
if (checkError(ts3Functions.getClientID(serverConnectionHandlerID, &myId), "getClientID error"))
366366
return;

0 commit comments

Comments
 (0)