Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
remove debug code
  • Loading branch information
eric-intuitem committed Feb 11, 2024
1 parent e7fa51f commit 24cbc8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/library/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,7 @@ def import_library(self) -> Union[str, None]:

if self._library_data.get("dependencies"):
for dependency in self._library_data["dependencies"]:
print("dependency", dependency)
if not Library.objects.filter(urn=dependency).exists():
print("import dependency", dependency)
import_library_view(get_library(dependency))

_urn = self._library_data["urn"]
Expand Down

0 comments on commit 24cbc8a

Please sign in to comment.