Skip to content

Commit

Permalink
Cleaned up commented out code
Browse files Browse the repository at this point in the history
	modified:   component.py
  • Loading branch information
n0dyjeff committed Sep 19, 2020
1 parent 037525f commit 8cadf17
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kibom/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,11 +547,6 @@ def isFixed(self):
def getRefs(self):
# Return a list of the components
separator = self.prefs.refSeparator
# separator = separator[0]
# if len(separator) > 1:
# separator = separator[1]
# else:
# separator = separator[0]
return separator.join([c.getRef() for c in self.components])

def getAltRefs(self):
Expand Down

0 comments on commit 8cadf17

Please sign in to comment.