Skip to content

Commit

Permalink
Removed debug print statement from compose_manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zaroda committed Dec 22, 2024
1 parent 93c1fee commit c955c94
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/dk/compose_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ def __to_compose_dict(self, cleaned: bool = True):
service = service_data

service = self.__convert_paths_in_service(service, compose_dict, remote_file_path)
print(service)

compose_dict['services'][service_name] = service

if cleaned:
Expand Down

0 comments on commit c955c94

Please sign in to comment.