Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/ControlStream.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-08-09 22:45:31 (GMT)
committer Nat <natcl@hotmail.com>2007-08-09 22:45:31 (GMT)
commit30152afc758beaa5f73cc579badeff5f0ad20916 (patch)
treefc1be21b140d4d6985879e1796452ed0d5be6993 /Util/ControlStream.py
parent5c2d851eedc9d932fc35e2f77fc20d0352967bdf (diff)
Removed some prints
Diffstat (limited to 'Util/ControlStream.py')
-rw-r--r--Util/ControlStream.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Util/ControlStream.py b/Util/ControlStream.py
index bb23e1b..a6af1d9 100644
--- a/Util/ControlStream.py
+++ b/Util/ControlStream.py
@@ -34,7 +34,6 @@ class TamTamOStream:
def page_add(self, pid, page):
l = [ 'page_add', str(pid), str(page.beats), str(page.color), str(page.instruments) ]
- print pid, page.instruments
self.file.write( " ".join([str(i) for i in l]))
self.file.write('\n')