Got rid of print statement

This commit is contained in:
Mario Melara 2015-11-12 13:34:40 -08:00
parent eb2c083159
commit 297cebd833

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