We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d19fa3 commit 552fbabCopy full SHA for 552fbab
gitconsensus/repository.py
@@ -79,7 +79,6 @@ def __init__(self, user, repository, client):
79
"consensus_lock": self.rules.get('lockconsensus', False),
80
"timeout": self.rules.get('timeout')
81
}
82
- print(self.rules)
83
84
def getPullRequests(self):
85
prs = self.repository.iter_pulls(state="open")
0 commit comments