summaryrefslogtreecommitdiff
path: root/bucky/app/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'bucky/app/index.js')
-rw-r--r--bucky/app/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/bucky/app/index.js b/bucky/app/index.js
index be3e732..e2fcd48 100644
--- a/bucky/app/index.js
+++ b/bucky/app/index.js
@@ -17,8 +17,6 @@ var upload = require('../util/upload')
var app, server
-var mongodb = require('mongodb')
-
var site = module.exports = {}
site.init = function(){
app = express()