remove spurious print in zlib patch method

This commit is contained in:
Todd Gamblin 2018-12-04 21:26:49 -06:00 committed by Greg Becker
parent 7bb7b94666
commit e0d22519cd

View File

@ -31,10 +31,6 @@ class Zlib(Package):
patch('w_patch.patch', when="@1.2.11%cce")
@when('%pgi')
def patch(self):
print "patching"
@property
def libs(self):
shared = '+shared' in self.spec