🔥 Remove comment

This commit is contained in:
Lacey Williams Henschel
2022-12-15 16:03:57 -08:00
parent e5120586d3
commit e9972f0ffa

View File

@@ -266,7 +266,6 @@ class LibraryUpdater:
for lib in libs:
library = self.update_library(lib)
# TODO: Test the GH Updater here
github_updater = GithubUpdater(owner=self.owner, library=library)
github_updater.update()