Skip to content

Commit 67ae722

Browse files
removing debug warn logs
1 parent 5d4feb5 commit 67ae722

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

danger/dangerfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,6 @@ async function CheckFromExternalChecks() {
192192
// Priority: EXTRA_DANGERFILE (absolute path) -> EXTRA_DANGERFILE_INPUT (relative path)
193193
const customPath = process.env.EXTRA_DANGERFILE || process.env.EXTRA_DANGERFILE_INPUT;
194194
console.log(`::debug:: Checking from external checks: ${customPath}`);
195-
warn(`::debug:: Current directory contents: scripts: ${fs.readdirSync('./scripts').join(', ')}`);
196-
warn(`::debug:: Workspace directory contents: ${fs.readdirSync('/github/workspace').join(', ')}`);
197195
if (customPath) {
198196
try {
199197

0 commit comments

Comments
 (0)