mirror of
https://github.com/lucaspalomodevelop/JSSTE.git
synced 2026-03-13 15:24:34 +00:00
remove console.log's
This commit is contained in:
parent
8e3b25722b
commit
c20047b95c
@ -62,8 +62,8 @@ app.render = function (pagecode, templatecode) {
|
||||
let importPath = importName.startsWith(".")
|
||||
? path.join(_pagecode["_SELFPATH_"].toString(), importName.toString())
|
||||
: path.join(app.config.pagePath, importName);
|
||||
console.log(importPath);
|
||||
console.log(_pagecode);
|
||||
// console.log(importPath);
|
||||
// console.log(_pagecode);
|
||||
try {
|
||||
importCodeString = fs.readFileSync(importPath, "utf-8");
|
||||
} catch (error) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user