Skip to content

Commit 52e9458

Browse files
committed
refactor: remove debug code
1 parent a3feeca commit 52e9458

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@antfu/eslint-config": "^4.13.0",
4949
"@manypkg/get-packages": "^2.2.1",
50-
"@tomjs/logger": "^1.2.0",
50+
"@tomjs/logger": "^1.4.0",
5151
"@tomjs/pkg": "^1.0.4",
5252
"chalk": "^5.4.1",
5353
"cosmiconfig": "^9.0.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/options.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ async function checkRepositoryUrl(opts: ReleaseOptions) {
221221
}
222222

223223
const gitUrl = GitHost.parseUrl(repoUrl);
224-
console.log(gitUrl);
225224
const protocols = ['git+ssh:', 'ssh:', 'git+http:', 'http:', 'git+https:', 'https:', 'git:'];
226225
if (!gitUrl || !protocols.includes(gitUrl.protocol)) {
227226
return invalid(`${chalk.red(repoUrl)} is not a valid git url.`);

0 commit comments

Comments
 (0)