Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-12-10 13:17:49 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-12-10 13:17:49 +0400
commitdf9e7987167e0b9924f14ade21dc5bb08de6667b (patch)
treed95ced91248aaf5a35abc4ac7a75e4e8f7199222
parentd0ddc9aa1559742160910a7d676789055cd69295 (diff)
remoe logggin
-rw-r--r--lib/css.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/css.js b/lib/css.js
index dc2fc52..04cb00c 100644
--- a/lib/css.js
+++ b/lib/css.js
@@ -135,8 +135,6 @@ function css(params, callback) {
result += generateCustomCSS(params)
result += CACHE['mixins.less']
- console.log('-----------------------------------\n\n' + CACHE['mixins.less'] + '\n\n---------------------------------')
-
params.css.forEach(function (filename) {
result += CACHE[filename]
})