remove deprecated code

This commit is contained in:
takase1121
2021-07-15 18:01:24 -04:00
committed by Adam Harrison
parent 6e460a20ac
commit f4f33bd36b
-1
View File
@@ -45,7 +45,6 @@ end
local function save(filename) local function save(filename)
doc():save(filename and core.normalize_to_project_dir(filename)) doc():save(filename and core.normalize_to_project_dir(filename))
local saved_filename = doc().filename local saved_filename = doc().filename
core.on_doc_save(saved_filename)
core.log("Saved \"%s\"", saved_filename) core.log("Saved \"%s\"", saved_filename)
end end