Skip to content

Commit

Permalink
Remove print statements in VDSWrapperPart
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed May 31, 2018
1 parent 9c94d65 commit 8d4d63b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions malcolm/modules/excalibur/parts/vdswrapperpart.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def _create_dataset_infos(self, generator, filename):
"fillValue", NumberMeta("int32", "Fill value for stripe spacing"), 0)
def configure(self, context, completed_steps, steps_to_do, part_info,
params):
print "Configure"
self.generator = params.generator
self.current_id = completed_steps
self.done_when_reaches = completed_steps + steps_to_do
Expand Down Expand Up @@ -152,7 +151,6 @@ def configure(self, context, completed_steps, steps_to_do, part_info,
fill_value=params.fillValue,
log_level=1 # DEBUG
)
print fgen
fgen.generate_vds()

# Store required attributes
Expand Down

0 comments on commit 8d4d63b

Please sign in to comment.