Skip to content

Commit 8ec0b31

Browse files
committed
Removed extra debug line.
1 parent 4f7cdcc commit 8ec0b31

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

github_deploy/commands/delete.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ async def main(org, token, dest):
189189
return
190190

191191
for repo in repos:
192-
click.echo(
193-
"Deleting {path} for repository: {repo}...".format(path=dest, repo=repo)
194-
)
195-
196192
task = asyncio.ensure_future(
197193
handle_file_delete(
198194
repo=repo,

0 commit comments

Comments
 (0)