Skip to content

Commit 2dd41c8

Browse files
committed
m
1 parent 4743e37 commit 2dd41c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/init.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export const command = new Command("init [feature]")
154154
* @param options Command options
155155
*/
156156
export async function initAction(feature: string, options: Options): Promise<void> {
157-
console.log("options", options.project);
158157
if (feature && !featureNames.includes(feature)) {
159158
return utils.reject(
160159
clc.bold(feature) +

0 commit comments

Comments
 (0)