Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/TrackInterface.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2013-01-15 13:14:59 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2013-01-18 19:59:59 (GMT)
commitdfad9cfeb95d3caa0db27b5581ced5cc98f13e34 (patch)
treeeaa4bacfa2186a9df65f5260bf6717afc01c512f /Edit/TrackInterface.py
parent814bfea231075043a97b778e09b2ffb510b4f768 (diff)
Fixing the tune interface. Other bug fixes
Signed-off-by: Aaron Gordon <aaronsgordon@yahoo.com>
Diffstat (limited to 'Edit/TrackInterface.py')
-rw-r--r--Edit/TrackInterface.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Edit/TrackInterface.py b/Edit/TrackInterface.py
index 26f779b..a7103d4 100644
--- a/Edit/TrackInterface.py
+++ b/Edit/TrackInterface.py
@@ -385,7 +385,6 @@ class TrackInterface( Gtk.EventBox ):
def handleButtonPress( self, widget, event ):
TP.ProfileBegin( "TI::handleButtonPress" )
- print event.x, event.y
self.clickButton = event.button
if event.type == Gdk.EventType._2BUTTON_PRESS: self.buttonPressCount = 2
@@ -671,11 +670,9 @@ class TrackInterface( Gtk.EventBox ):
self.noteDragOnset( event )
elif self.curAction == "note-drag-duration":
- print "note drag duration"
self.noteDragDuration( event )
elif self.curAction == "note-drag-pitch":
- print "note drag pitch"
self.noteDragPitch( event )
elif self.curAction == "note-drag-pitch-drum":