aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-04-03 17:00:35 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-04-03 17:00:35 +0200
commit84741feb6b17d70afd20a74feb31755568e5caa5 (patch)
tree5407e92162e80d2efbe40e17070db7bce6329681
parent89b75b30328708b07f6db33ff73ae8425eda6943 (diff)
stream-lava-log: bug: remove debug print output
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xstream-lava-log.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream-lava-log.py b/stream-lava-log.py
index d052551..603dd92 100755
--- a/stream-lava-log.py
+++ b/stream-lava-log.py
@@ -112,7 +112,6 @@ class CursesOutput(object):
else:
output_lines = self.textblock.get_block(self.cur_line, self.win_height)
- print output_lines
self._print_lines(output_lines)