Skip to content

Commit 5e5a644

Browse files
committed
remove log
1 parent fac6b23 commit 5e5a644

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/config/loadConfig.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ test('loadConfig salt', () => {
6262
writeFileSync(TEST_FILE_PATH, JSON.stringify(cfg), 'utf-8');
6363

6464
const loadResult = loadConfig(TEST_FILE_PATH, REGION);
65-
console.log(loadResult);
6665

6766
expect(loadResult.success).toEqual(true);
6867
if (!loadResult.success) throw new TypeError();

0 commit comments

Comments
 (0)