Browse Source

remove print

master
Nils 2 years ago
parent
commit
e6829aaa02
  1. 1
      engine/api.py

1
engine/api.py

@ -1031,7 +1031,6 @@ def rearrangeBlocks(trackid, listOfBlockIds):
def rearrangeBlocksInMultipleTracks(dictOfTrackIdsWithListOfBlockIds):
"""dictOfTrackIdsWithListOfBlockIds is [trackId] = [listOfBlockIds]"""
print ("multitrack")
forUndo = {}
for trackId, listOfBlockIds in dictOfTrackIdsWithListOfBlockIds.items():
track = session.data.trackById(trackId)

Loading…
Cancel
Save