We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb11431 commit fb71fa3Copy full SHA for fb71fa3
1 file changed
packages/usts/src/core/build/build.ts
@@ -12,8 +12,6 @@ async function buildUserscript(
12
config: ResolvedUserscriptConfig,
13
options?: { write?: boolean },
14
): Promise<string> {
15
- console.log("\n⚒️ Building userscript");
16
-
17
const header = serializeMetaHeader(config.header);
18
19
const outDir = config.outDir;
0 commit comments