Skip to content

Commit 0fce98a

Browse files
committed
Removed Output of Runtimes
1 parent 0891454 commit 0fce98a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/logic/codefresh.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export class Codefresh {
7373
headers: cfCreds.headers,
7474
});
7575
const runtimes = await response.json();
76-
console.debug(runtimes);
7776
return runtimes;
7877
}
7978

0 commit comments

Comments
 (0)