Got rid of print statement

This commit is contained in:
Mario Melara 2015-11-12 13:34:40 -08:00
parent 7344c861c9
commit 1cb9cb0550

View File

@ -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']