diff options
author | John McLear <john@mclear.co.uk> | 2012-04-20 06:12:34 -0700 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-04-20 06:12:34 -0700 |
commit | b6be00c3ab9a068e5cb08b49e7ef2af740772cc7 (patch) | |
tree | f3cd9ce5544ce40ef7085e1815831178cab0d80b | |
parent | 0a9fcc267f1a2badbe3f97733ee6f391d791099b (diff) | |
parent | 9a67a3a1db07efec03638477aef24daf969b6752 (diff) | |
download | etherpad-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.js | 1 |
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, { |