mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Removed DB testcode
This commit is contained in:
parent
68dfff5a21
commit
08adbb5bdb
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue