- Remove additional console.log
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -148,7 +148,6 @@ export async function RenderTemplates(
|
|||||||
templateObjects.forEach((template) => {
|
templateObjects.forEach((template) => {
|
||||||
proms.push(
|
proms.push(
|
||||||
(async () => {
|
(async () => {
|
||||||
console.log(' RENDER TEMPLATE 2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!')
|
|
||||||
let {contextData, useShopSpecificTemplate} = await fetchContextData(
|
let {contextData, useShopSpecificTemplate} = await fetchContextData(
|
||||||
template,
|
template,
|
||||||
jsrAuth
|
jsrAuth
|
||||||
@@ -294,7 +293,6 @@ export const GenerateDocument = async (
|
|||||||
})
|
})
|
||||||
);
|
);
|
||||||
} else if (sendType === "x") {
|
} else if (sendType === "x") {
|
||||||
console.log("excel");
|
|
||||||
await RenderTemplate(template, bodyshop, false, true);
|
await RenderTemplate(template, bodyshop, false, true);
|
||||||
} else if (sendType === "text") {
|
} else if (sendType === "text") {
|
||||||
await RenderTemplate(template, bodyshop, false, false, true);
|
await RenderTemplate(template, bodyshop, false, false, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user