diff options
Diffstat (limited to 'rambo/meta.py')
-rwxr-xr-x | rambo/meta.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rambo/meta.py b/rambo/meta.py index 47817b0..e0321db 100755 --- a/rambo/meta.py +++ b/rambo/meta.py @@ -90,7 +90,7 @@ class Meta(object): self.complete = self.is_complete() if self.valid: self.name = self.mdata['package']['name'] - print('\n{}'.format(conda_build.api.output_yaml(self.metaobj))) + #print('\n{}'.format(conda_build.api.output_yaml(self.metaobj))) if self.metaobj.skip(): print('skipping on selected platform due to directive: {}'.format( self.name)) |