remove cruft handler

This commit is contained in:
Kartik K. Agaram 2023-11-13 09:44:59 -08:00
parent cd28ae8fff
commit cda85faf3b
1 changed files with 0 additions and 2 deletions

View File

@ -43,8 +43,6 @@ function live.initialize(arg)
-- some hysteresis
Live.previous_read = 0
if on.load then on.load() end
end
function live.load_files_so_far()