diff options
author | Brad Linden <brad@lindenlab.com> | 2023-07-13 10:08:19 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-07-13 10:18:54 -0700 |
commit | df1eb38b2109bf9cb57b42e2c361c4143276ae5a (patch) | |
tree | 2e0bdf6fb989dce02ce686519e8abf35970e601b /indra/newview/skins | |
parent | 5ce4d42f55187e710fac64efbd34947900ef2d58 (diff) |
SL-19999 stop outputing debug info about created material asset id unnecessarily
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index c4abd27a01..3d151a9868 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -12098,13 +12098,6 @@ Would you like to save them first? yestext="Yes"/> </notification> -<notification - icon="notifytip.tga" - name="MaterialCreated" - type="notifytip"> -Material successfully created. Asset ID: [ASSET_ID] -</notification> - <notification icon="notifytip.tga" name="ReflectionProbeApplied" |