Removed debug print
This commit is contained in:
parent
72c972b256
commit
9a67a3a1db
|
@ -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 New Issue