We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0891454 commit 0fce98aCopy full SHA for 0fce98a
src/logic/codefresh.ts
@@ -73,7 +73,6 @@ export class Codefresh {
73
headers: cfCreds.headers,
74
});
75
const runtimes = await response.json();
76
- console.debug(runtimes);
77
return runtimes;
78
}
79
0 commit comments