From e8e4331e9255368d88284ba88dc3b3bfdebd4d90 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 24 Apr 2012 07:02:24 -0700 Subject: remove useless comment --- index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.js b/index.js index a37b024..4d9f673 100644 --- a/index.js +++ b/index.js @@ -41,12 +41,6 @@ refreshCache() setInterval(refreshCache, 1000 * 60 * 60 * 2) -// API args: -// + js = array -// + css = array -// + img = array -// + vars = obj - app.get('/', function (req, res) { res.send('Bootstrap Server - w/cache. <3'); }) -- cgit v1.2.3