mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
Remove debug print
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user