remove deprecated code

This commit is contained in:
takase1121 2021-06-22 16:09:36 +08:00 committed by Adam Harrison
parent 6e460a20ac
commit f4f33bd36b
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ end
local function save(filename)
doc():save(filename and core.normalize_to_project_dir(filename))
local saved_filename = doc().filename
core.on_doc_save(saved_filename)
core.log("Saved \"%s\"", saved_filename)
end