Skip to content

Commit 3b72fac

Browse files
committed
fix: Removed debug symbols
1 parent e0d4e5a commit 3b72fac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/services/generator.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ export class Generator {
7171
},
7272
]);
7373

74-
console.log(JSON.stringify(srConfig, null, 2));
75-
7674
return srConfig;
7775
}
7876

@@ -103,6 +101,7 @@ export class Generator {
103101
commitOpts: config.commitOpts || def.commitOpts,
104102
wp: {
105103
slug: slug,
104+
type: config.type || def.type,
106105
withAssets:
107106
wp?.withAssets || this.pathExists('.wordpress-org', 'assets'),
108107
withReadme:

0 commit comments

Comments
 (0)