Skip to content

Commit d9c3102

Browse files
committed
Removed old body part.
1 parent c012bc7 commit d9c3102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartapps/fireboy1919/milight-manager.src/milight-manager.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def httpCall(body, uri, mac, evt) {
5252
def group = evt.device.getPreferences()["group"]
5353
def path = "$uri/gateways/$mac/rgbw/$group"
5454

55-
log.debug("Sending to ${params['uri']}${path}. Body: ${bodyString}.")
55+
log.debug("Sending to ${params['uri']}${path}.")
5656
try {
5757
httpPut(path, JsonOutput.toJson(body)) {resp ->
5858
if(settings.isDebug) { log.debug "Successfully updated settings." }

0 commit comments

Comments
 (0)