Remove remaining debug message

This commit is contained in:
Francesco Abbate
2022-01-18 10:42:20 +01:00
parent 7e9b2f30da
commit 2dd154edeb
-1
View File
@@ -392,7 +392,6 @@ end
local function add_dir_scan_thread(dir)
core.add_thread(function()
while true do
print("DEBUG: running rescan on", dir.name)
local has_changes = rescan_project_subdir(dir, "")
if has_changes then
core.redraw = true -- we run without an event, from a thread