Skip to content

Commit 39e9417

Browse files
Remove logging
1 parent be5b934 commit 39e9417

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

gitopscli/commands/create_preview.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ def create_preview_command(
7272
logging.info("New folder for preview: %s", new_preview_folder_name)
7373
branch_preview_env_already_exist = os.path.exists(root_git.get_full_file_path(new_preview_folder_name))
7474
logging.info("Is preview env already existing for branch? %s", branch_preview_env_already_exist)
75-
for dirpath, filenames in os.walk("."):
76-
for f in filenames:
77-
logging.info(os.path.join(dirpath, f))
7875
if not branch_preview_env_already_exist:
7976
__create_new_preview_env(branch, new_preview_folder_name, preview_template_folder_name, root_git)
8077
new_image_tag = apps_git.get_last_commit_hash()

0 commit comments

Comments
 (0)