Skip to content

Commit 3815bca

Browse files
committed
chore: remove logs
1 parent 42a1123 commit 3815bca

File tree

1 file changed

+0
-2
lines changed
  • plugins/node/opentelemetry-instrumentation-mysql2/test

1 file changed

+0
-2
lines changed

plugins/node/opentelemetry-instrumentation-mysql2/test/mysql.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,6 @@ describe('mysql2', () => {
369369
const span = provider.getTracer('default').startSpan('test span');
370370
context.with(trace.setSpan(context.active(), span), () => {
371371
connection.query('SELECT 1+1 as solution', (e, r) => {
372-
console.log(e);
373-
console.log(r);
374372
const spans = memoryExporter.getFinishedSpans();
375373
assert.strictEqual(spans.length, 1);
376374
getLastQueries(1).then(([query]) => {

0 commit comments

Comments
 (0)