Got rid of print statement
This commit is contained in:
parent
7344c861c9
commit
1cb9cb0550
@ -79,7 +79,6 @@ def to_dict(self):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_dict(d):
|
def from_dict(d):
|
||||||
print "from_dict"
|
|
||||||
target = Target.__new__(Target)
|
target = Target.__new__(Target)
|
||||||
target.name = d['name']
|
target.name = d['name']
|
||||||
target.module_name = d['module_name']
|
target.module_name = d['module_name']
|
||||||
|
Loading…
Reference in New Issue
Block a user