Skip to content

Commit

Permalink
Removed commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
manastalukdar committed Jan 10, 2021
1 parent 2e606fd commit ba719b8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/get_repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ def clone_repositories(list):
#repo.submodule_update(init=True, recursive=True)
repo.git.submodule('update', '--init', '--recursive', '--remote',
'--merge')
# for submodule in repo.submodules:
# submodule.update(init=True,
# recursive=True,
# remote=True,
# merge=True)


def get_folder_name(url):
Expand Down

0 comments on commit ba719b8

Please sign in to comment.