]> ruin.nu Git - moosique.git/blobdiff - MooTrackView.java
FIXED THE LAST MAJOR BUG!!!
[moosique.git] / MooTrackView.java
index 6f1dca5e4be1b241dd734a9e461d91fdf321021f..4d58e1d2ddac24fd1e83141c7f153538c807af8b 100644 (file)
@@ -173,7 +173,6 @@ public class MooTrackView extends JPanel {
         */
        private void addStandardNote() {
                long timestamp = (long)(ticksPerSixteenth * (popupY - insets.top) / NOTE_HEIGHT);
-               System.out.println(ticksPerSixteenth + ", " + popupY + ", " + insets.top + ", " + timestamp);
                addNote(new MooNote(title.getChannel(), 60, 100, timestamp, Moosique.getSequence().getResolution() / 4));
        }