Skip to content

Commit

Permalink
took out print statements for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rajvikram committed Aug 13, 2012
1 parent 6a253a7 commit 0959849
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ion/processes/data/transforms/viz/google_dt.py
Expand Up @@ -136,5 +136,4 @@ def execute(self, granule):
log.debug('Google DT transform: Sending a granule')
out_granule = build_granule(data_producer_id='google_dt_transform', param_dictionary = self.gdt_paramdict, record_dictionary=out_rdt)

print " >>>>>>>>>>>>>>> OUT_GRANULE = ", out_granule
return out_granule
2 changes: 0 additions & 2 deletions ion/services/ans/test/test_workflow.py
Expand Up @@ -248,8 +248,6 @@ def test_google_dt_transform_workflow(self):
#Stop the workflow processes
self.workflowclient.terminate_data_process_workflow(workflow_id, False) # Should test true at some point


print " >>>>>>>>>>>>>>>> RESULT = ", results
#Validate the data from each of the messages along the way
self.validate_google_dt_transform_results(results)

Expand Down

0 comments on commit 0959849

Please sign in to comment.