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 850a7d7 commit cd75a45Copy full SHA for cd75a45
lib/github/tree.js
@@ -36,7 +36,6 @@ export default class GitHubTree {
36
path
37
});
38
39
- console.log('data', data);
40
const targetHistoryNodes = data.repository.ref.target.history.nodes;
41
if (!targetHistoryNodes.length) {
42
this.cli.stopSpinner(
0 commit comments