Removed debug prints

This commit is contained in:
Matteo Biscosi 2024-05-31 07:05:32 -04:00
parent dec8c48fd0
commit 6b5a55497e
3 changed files with 1 additions and 5 deletions

View file

@ -81,7 +81,6 @@ end
function prefs_dump_utils.import_prefs_to_disk(prefs_dump_table)
-- Do the actual dump
local where = import_prefs_file_path
tprint(prefs_dump_table)
return prefs_dump_utils.write_prefs_dump_table_to_file(prefs_dump_table, where)
end