summaryrefslogtreecommitdiff
path: root/gr-sbhs/python/gr_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-sbhs/python/gr_controller.py')
-rw-r--r--gr-sbhs/python/gr_controller.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-sbhs/python/gr_controller.py b/gr-sbhs/python/gr_controller.py
index a661e0b74..5269148d9 100644
--- a/gr-sbhs/python/gr_controller.py
+++ b/gr-sbhs/python/gr_controller.py
@@ -63,8 +63,7 @@ class sbhs_controller(gras.Block):
out[:1] = self.o_0
- #print output_items[0]
- self.consume(0,1) # Consume from port 0 input_items
- self.consume(1,1)
+ self.consume(0,1) # Consumuption from port 0 input_items
+ self.consume(1,1)
self.produce(0,1) # Produce from port 0 output_items