Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed May 21, 2024
1 parent c74bdc5 commit 7a3cd10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/commonBindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ function processMeasureGroup(device, apikey, previous, current, index) {
}
val.push(values);
}
config.getLogger().debug(context, 'VAL %j', val);
previous.push(iotAgentLib.update.bind(null, device.name, device.type, '', val, device));
}

Expand Down

0 comments on commit 7a3cd10

Please sign in to comment.