Skip to content

Commit

Permalink
Removed print statement in doCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent bbd91fb commit 5187fdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sharppy/sharptab/prof_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import numpy as np

def doCopy(target_type, prof, idx, pipe):
print('\n\n\n\n\n',target_type, prof, idx, pipe)
pipe.put((target_type.copy(prof), idx))

class ProfCollection(object):
Expand Down

0 comments on commit 5187fdc

Please sign in to comment.