mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
remove detailed logging from integration test
This commit is contained in:
parent
104727fd87
commit
0787df4f74
@ -2,9 +2,7 @@ var helper = require(__dirname +'/test-helper');
|
||||
|
||||
test("simple prepared statement", function(){
|
||||
var client = helper.client();
|
||||
client.connection.on('message', function(msg) {
|
||||
console.log(msg.name);
|
||||
});
|
||||
|
||||
var query = client.query({
|
||||
text: 'select age from person where name = $1',
|
||||
values: ['Brian']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user