Removed DB testcode

pull/35/head
Peter 'Pita' Martischka 2011-05-14 19:06:20 +01:00
parent 68dfff5a21
commit 08adbb5bdb
1 changed files with 0 additions and 5 deletions

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;