This commit is contained in:
Tommy D. Rossi
2026-01-25 14:58:00 +01:00
parent ee1f9729d6
commit d4e49b2d5d
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ class ConnectionManager {
logger.debug('Error handling command:', error)
response.error = error.message
}
logger.debug('Sending response:', response)
// logger.debug('Sending response:', response)
sendMessage(response)
}