Remove debug print

This commit is contained in:
Parnic
2024-12-28 11:36:58 -06:00
parent 590638a156
commit 2c00b23bf5

View File

@ -830,7 +830,7 @@ function IceHUD_Options:SetupProfileImportButtons()
if err ~= nil then if err ~= nil then
print("failed to import profile: "..err) print("failed to import profile: "..err)
else else
print("importing profile") -- print("importing profile")
IceHUD:PreProfileChanged() IceHUD:PreProfileChanged()
IceHUD:populateDefaults(newTable, IceHUD.IceCore.defaults.profile) IceHUD:populateDefaults(newTable, IceHUD.IceCore.defaults.profile)
IceHUD.db.profile = IceHUD.deepcopy(newTable) IceHUD.db.profile = IceHUD.deepcopy(newTable)