summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2012-04-20 06:12:34 -0700
committerJohn McLear <john@mclear.co.uk>2012-04-20 06:12:34 -0700
commitb6be00c3ab9a068e5cb08b49e7ef2af740772cc7 (patch)
treef3cd9ce5544ce40ef7085e1815831178cab0d80b
parent0a9fcc267f1a2badbe3f97733ee6f391d791099b (diff)
parent9a67a3a1db07efec03638477aef24daf969b6752 (diff)
downloadetherpad-lite-b6be00c3ab9a068e5cb08b49e7ef2af740772cc7.zip
Merge pull request #659 from redhog/master
Oups, forgot a debug print in there in the last pull request
-rw-r--r--src/node/eejs/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node/eejs/index.js b/src/node/eejs/index.js
index 2fc44168..2d02a45a 100644
--- a/src/node/eejs/index.js
+++ b/src/node/eejs/index.js
@@ -106,7 +106,6 @@ exports.require = function (name, args, mod) {
paths = mod.paths;
}
- console.log(["looking up", name, "in", basedir, paths, mod]);
var ejspath = resolve.sync(
name,
{