Skip to content

Commit fb71fa3

Browse files
committed
Update build.ts
1 parent fb11431 commit fb71fa3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/usts/src/core/build/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ async function buildUserscript(
1212
config: ResolvedUserscriptConfig,
1313
options?: { write?: boolean },
1414
): Promise<string> {
15-
console.log("\n⚒️ Building userscript");
16-
1715
const header = serializeMetaHeader(config.header);
1816

1917
const outDir = config.outDir;

0 commit comments

Comments
 (0)