Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/TrackInterface.py
diff options
context:
space:
mode:
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":