Skip to content

Commit 9c21732

Browse files
committed
Fix: Remove unused console.log
1 parent d83d6ca commit 9c21732

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/techor/src/commands/build.ts

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const yargsParserOptions: YargsParserOptions = {
4949
export default async function build() {
5050
const { _, ...cmdConfig } = yargsParser(process.argv.slice(2), yargsParserOptions)
5151
const [commandName, ...commandInputs] = _ as [string, ...string[]]
52-
console.log(cmdConfig)
5352
try {
5453
const useConfig = exploreConfig('techor.config.*') as Config
5554
const config = extend(defaultConfig, useConfig, { build: cmdConfig }) as Config

0 commit comments

Comments
 (0)