Remove logging

This commit is contained in:
ailurux
2024-09-17 14:18:05 +10:00
parent c479d699d0
commit 3be8ae3349
-1
View File
@@ -104,7 +104,6 @@ return screen:new{
queue.clear()
local track = database.track_by_id(contents)
if (track) then
print("Track saved position: ", track.saved_position)
queue.play_from(track.filepath, track.saved_position)
else
queue.add(contents)