mirror of
https://github.com/laochan-eacnet/backend.git
synced 2026-09-22 22:28:11 +03:00
remove debug line
This commit is contained in:
@@ -9,7 +9,6 @@ export function kxml(templatePath: string, encoding: 'UTF-8' | 'SHIFT_JIS' = 'UT
|
||||
descriptor.value = async function (...args: any[]) {
|
||||
const obj = await orig.apply(this, args);
|
||||
const xml = `<?xml version="1.0" encoding="${encoding}"?>` + template(obj);
|
||||
console.log(xml);
|
||||
const kxml = to_bin(xml);
|
||||
|
||||
return Buffer.from(kxml.data);
|
||||
|
||||
Reference in New Issue
Block a user