mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
remove dead test code
This commit is contained in:
parent
4f1fef5933
commit
45a5142159
@ -5,9 +5,6 @@ if(helper.args.native) {
|
||||
pg = require(__dirname + '/../../../lib').native;
|
||||
}
|
||||
|
||||
if(helper.args.libpq) {
|
||||
pg = require(__dirname + "/../../../lib/binding");
|
||||
}
|
||||
var connectionString = helper.connectionString(__filename);
|
||||
|
||||
var log = function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user