Skip to content

Commit 326c3ca

Browse files
authored
Remove debugging error log (#1127)
1 parent 27166e0 commit 326c3ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/hivemq-edge-module-opcua/src/main/java/com/hivemq/edge/adapters/opcua/listeners/OpcUaSubscriptionListener.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public void onDataReceived(
107107
try {
108108
protocolAdapterMetricsService.increment(Constants.METRIC_SUBSCRIPTION_DATA_RECEIVED_COUNT);
109109
final String payload = extractPayload(client, values.get(i));
110-
log.error("RECEIVED " + payload.replace("\n","") + " " + this.hashCode());
111110
tagStreamingService.feed(tn, List.of(dataPointFactory.createJsonDataPoint(tn, payload)));
112111
} catch (final Throwable e) {
113112
protocolAdapterMetricsService.increment(Constants.METRIC_SUBSCRIPTION_DATA_ERROR_COUNT);

0 commit comments

Comments
 (0)