mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Merge pull request #659 from redhog/master
Oups, forgot a debug print in there in the last pull request
This commit is contained in:
commit
b6be00c3ab
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ exports.require = function (name, args, mod) {
|
||||||
paths = mod.paths;
|
paths = mod.paths;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(["looking up", name, "in", basedir, paths, mod]);
|
|
||||||
var ejspath = resolve.sync(
|
var ejspath = resolve.sync(
|
||||||
name,
|
name,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue