Skip to content

Commit

Permalink
remove stupid console.log statement)
Browse files Browse the repository at this point in the history
  • Loading branch information
willbreitkreutz committed Oct 6, 2016
1 parent 24c257b commit 5f6fa20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simple-oracledb-wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var connectionPool;
function testConnection(callback){
var sql = "select sysdate from dual";
var pool = getPool()
console.log(process.env['TNS_ADMIN'])
pool.getConnection(function(err, connection){
if(err){
console.log(new Date(), 'Cant get connection', err)
Expand Down

0 comments on commit 5f6fa20

Please sign in to comment.