Skip to content

Commit

Permalink
trying some quick and dirty debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Costanza committed Apr 23, 2015
1 parent 78f195a commit 2e0d03a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ module.exports = function (suppressLogs, dbTestUrl, callback) {
db_url = process.env.DB_URL;
}
}

// forcing sqlite for quick debugging
db_url = "sqlite://app.db";
console.log(db_url);

function clearDbIfNeeded(db, cb) {
Expand Down

0 comments on commit 2e0d03a

Please sign in to comment.