remove cruft

pull/1535/head
John McLear 2013-02-18 08:30:42 -08:00
parent 4cfac2f624
commit f76cfad42b
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ async.series([
//intallize the database //intallize the database
function (callback) function (callback)
{ {
console.log("dbe init");
db.init(callback); db.init(callback);
}, },
//get the pad //get the pad