Skip to content

Commit 73cc489

Browse files
committed
remove debug
1 parent 25974ef commit 73cc489

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/connection/test-domains.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ d1.run(function() {
1717
var assert = require('assert');
1818

1919
d2.run(function() {
20-
debugger;
2120
connection.query('SELECT 1', function(err, _rows, _fields) {
2221
if (err) throw err;
2322
throw new Error('inside domain 2');
2423
});
2524
});
2625

2726
d3.run(function() {
28-
debugger
2927
connection.query('SELECT 2', function(err, _rows, _fields) {
3028
if (err) throw err;
3129
throw new Error('inside domain 3');

0 commit comments

Comments
 (0)