Removed DB testcode

This commit is contained in:
Peter 'Pita' Martischka 2011-05-14 19:06:20 +01:00
parent 68dfff5a21
commit 08adbb5bdb

View file

@ -30,11 +30,6 @@ async.waterfall([
},
function (callback)
{
db.db.set("a","test");
db.db.get("a", function(err,value){
console.error(value);
})
var server = http.createServer(function(req, res){
var path = url.parse(req.url).pathname;