Got rid of print statement
This commit is contained in:
parent
eb2c083159
commit
297cebd833
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ def to_dict(self):
|
|||
|
||||
@staticmethod
|
||||
def from_dict(d):
|
||||
print "from_dict"
|
||||
target = Target.__new__(Target)
|
||||
target.name = d['name']
|
||||
target.module_name = d['module_name']
|
||||
|
|
Loading…
Reference in a new issue