Skip to content

Commit 4fe2195

Browse files
committed
hotfix: remove console log in validateConfig
1 parent d2af3de commit 4fe2195

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/validation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { ConnectionOptions, Inputs } from '../types';
22

33
export function validateConfig(inputs: Inputs) {
4-
console.log(inputs);
54
if (!inputs.target) throw new Error('Target directory is required.');
65
if (!inputs.sha) throw new Error('SHA is required.');
76
}

0 commit comments

Comments
 (0)