Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-06-19 03:58:29 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-06-19 03:58:29 (GMT)
commit8d8239216a472e798ee6c8c17253175fb976f8e5 (patch)
tree5fbc77b0d60de0193fcfe42f59aad2ef7cbdbe75 /Edit
parent1de7f260a5f0d71b126a90cfa2c87ad587a3cb12 (diff)
remove unwanted "print"
Diffstat (limited to 'Edit')
-rw-r--r--Edit/MainWindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index a67fe9d..aa99de3 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -591,7 +591,6 @@ class MainWindow( SubActivity ):
self.audioFileName = chooser.get_filename()
if self.audioFileName[-4:] != '.ogg':
self.audioFileName += '.ogg'
- print "audio record state = %s" % self.audioRecordState
chooser.destroy()