mirror of
https://github.com/janishutz/midi-micro-bit_sound-converter.git
synced 2025-11-25 05:44:24 +00:00
remove some more debug code
This code was added yesterday when I found out that there was a bug and now is obselete
This commit is contained in:
@@ -57,7 +57,6 @@ class TrackChooseScreen(MDScreen):
|
||||
self.path = backend.csv_parsers.CsvRead().importing("./backend/temp.csv").pop(0)
|
||||
self.path_transmit = self.path.pop(0)
|
||||
backend.midi_management.MidiManagement().analyse_track(str(self.path_transmit), self.chosen_track)
|
||||
print("go")
|
||||
screen_manager.get_screen("Home").ids.infobox.text = "The command has been copied to the clipboard"
|
||||
screen_manager.current = "Home"
|
||||
screen_manager.transition.direction = "right"
|
||||
@@ -78,4 +77,4 @@ class MidiConverter(MDApp):
|
||||
|
||||
return screen_manager
|
||||
|
||||
MidiConverter().run()
|
||||
MidiConverter().run()
|
||||
|
||||
Reference in New Issue
Block a user