Skip to content

Commit c5f999f

Browse files
committed
Remove debug notes
1 parent e6ebf91 commit c5f999f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cogs/utility.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,6 @@ async def update(self, ctx, *, flag: str = ""):
18851885
data = await self.bot.api.update_repository()
18861886

18871887
commit_data = data["data"]
1888-
print(commit_data)
18891888
user = data["user"]
18901889

18911890
if commit_data and commit_data.get("html_url"):

core/clients.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ async def update_repository(self, sha: str = None) -> Optional[dict]:
159159

160160
payload = {"base": self.BRANCH, "head": sha, "commit_message": "Updating bot"}
161161

162-
print(payload)
163162

164163
merge_url = self.MERGE_URL.format(username=self.username)
165164

0 commit comments

Comments
 (0)