Skip to content

Commit

Permalink
Remove leftover print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 25, 2018
1 parent 9e24d60 commit 0e8b582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions glue/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,10 +458,8 @@ def _set_externally_derivable_components(self, derivable_components):
values are DerivedComponent instances which can be used to get the
data.
"""
print("_set_externally_derivable_components", len(derivable_components))
if len(self._externally_derivable_components) == 0 and len(derivable_components) == 0:
return
print("HERE", self.hub)
self._externally_derivable_components = derivable_components
if self.hub:
msg = ExternallyDerivableComponentsChangedMessage(self)
Expand Down

0 comments on commit 0e8b582

Please sign in to comment.