Skip to content

Commit

Permalink
removed test prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Dec 4, 2023
1 parent d9e4929 commit 905fb0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions glia/_glia.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@ def catalogues(self):

def discover_packages(self):
self._packages = []
print("AND?")
for pkg_ptr in entry_points().get("glia.package", []):
print("AND2?", pkg_ptr)
advert = pkg_ptr.load()
print("stuck??")
self.entry_points.append(advert)
self._packages.append(Package.from_remote(self, advert))

Expand Down

0 comments on commit 905fb0b

Please sign in to comment.