Skip to content

Commit 7e26da9

Browse files
committed
- Removed redundant comment as suggested
1 parent 474b6e3 commit 7e26da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/node/opentelemetry-instrumentation-oracledb/src/OracleTelemetryTraceHandler.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ export function getOracleTelemetryTraceHandlerClass(
195195
if (typeof value === 'object') {
196196
return JSON.stringify(value);
197197
}
198-
// number, string, boolean,
199198
return value.toString();
200199
}
201200

0 commit comments

Comments
 (0)