Skip to content

Commit

Permalink
Remove silly comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamrow committed Aug 16, 2017
1 parent bb2e377 commit b36bd4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion QGL/ChannelLibrary.py
Expand Up @@ -477,7 +477,6 @@ def MarkerFactory(label, **kwargs):
@_defer_factory
def QubitFactory(label, **kwargs):
''' Return a saved qubit channel or create a new one. '''
print("Running the factory")
if channelLib and label in channelLib and isinstance(channelLib[label],
Channels.Qubit):
return channelLib[label]
Expand Down

0 comments on commit b36bd4f

Please sign in to comment.