Skip to content

Commit 7e89bd9

Browse files
committed
removed LOGGER
1 parent 2d46645 commit 7e89bd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gardenlinux/github/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def download_all_metadata_files(version, commitish):
153153

154154
for flavor in flavors:
155155
cname = CName(flavor[1], flavor[0], "{0}-{1}".format(version, commitish))
156-
LOGGER.info(f'YTDBG // {flavor=} | {version=} | {commitish=} | {cname.cname=}')
157156
try:
158157
download_metadata_file(s3_artifacts, cname.cname, local_dest_path)
159158
except IndexError:

0 commit comments

Comments
 (0)