summaryrefslogtreecommitdiffstats
path: root/osc_ctrl.py
diff options
context:
space:
mode:
Diffstat (limited to 'osc_ctrl.py')
-rw-r--r--osc_ctrl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osc_ctrl.py b/osc_ctrl.py
index e5a2608..bb6dd87 100644
--- a/osc_ctrl.py
+++ b/osc_ctrl.py
@@ -119,7 +119,7 @@ def splitMessage(msg):
line = ""
word_prefix = word[0:BOARD_COLS-1] + "-"
word_suffix = word[BOARD_COLS-1:]
- print("append prefix {}".format(word_prefix))
+ #print("append prefix {}".format(word_prefix))
lines.append(word_prefix)
word = word_suffix