From 2a39d8960c3fcce15f65b011f6b4c49ad3881bc4 Mon Sep 17 00:00:00 2001 From: Yash Sharma Date: Thu, 10 Nov 2016 11:38:29 -0600 Subject: [PATCH] Remove small bit of debugging code title --- api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.js b/api.js index 8931a67..90594fa 100644 --- a/api.js +++ b/api.js @@ -13,7 +13,7 @@ database.instantiate() .then(function () { return cache.instantiate(); }) - .then(function (client) { + .then(function () { var api = require('./api/'); instance.use('/v1', api.v1);