Merge pull request #13310 from ElderOrb/FB15569

FB15569 - Debug default scripts no longer on developer menu
This commit is contained in:
John Conklin II 2018-06-07 09:41:59 -07:00 committed by GitHub
commit d39eb250e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,6 @@ if (Menu.menuExists(MENU_CATEGORY) && !Menu.menuItemExists(MENU_CATEGORY, MENU_I
menuItemName: MENU_ITEM,
isCheckable: true,
isChecked: previousSetting,
grouping: "Advanced"
});
}